Forums

This topic is locked

Displaying search terms on the results page?

Posted 06 Mar 2002 08:05:55
1
has voted
06 Mar 2002 08:05:55 sennan lagaluga posted:
as the topic suggests. how would you go about doing this? thanks <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Replies

Replied 08 Mar 2002 15:24:25
08 Mar 2002 15:24:25 Matthijs Horsman replied:
hi

i think the simplest way to do this is use the request method (form or query.String depending how the form is submitted GET or PUT). So if your textfield is called "search" and the form method is POST the use &lt;% =Request.Form("search" %&gt; that should work.

Reply to this topic