PDA

View Full Version : search page


patrick
5th February 2004, 01:42 PM
Is there any way to have a search window on each page instead of having a search page?

dferguson
6th February 2004, 04:31 PM
Yes - But I dont know how.

Will ask our programmer to answer this one.

dferguson
11th February 2005, 03:46 AM
Here is an example code to insert a search text box to any page in the web site.

Our programmers have worked on this code and have come up with this small modification:

<input type="text" name="SearchKeyword" id="SearchKeyword" size="25">
<input type="submit" value="Go" onclick="location.href='webcontent-2.htm?' + SearchKeyword.value"></input>