Print Page | Close Window

Site search script - from html page?

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=4396
Printed Date: 02 April 2026 at 6:35am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Site search script - from html page?
Posted By: steve_stylez
Subject: Site search script - from html page?
Date Posted: 21 July 2003 at 3:11am

I want to use the Site search script and have a search box on every page of my site. But I dont want to have to rename every page to .asp

Can the script be 'fed' from a simple text box on an html page. I tried it and get an Object expected line 8 error.

Anyone else done this?



Replies:
Posted By: Scotty32
Date Posted: 21 July 2003 at 4:10am

all you do is put a field and button and point the form to the Site Search page....

if your site is in html, may i just check you have support for ASP?

anyway you can copy this:

 <form action="/search.asp" method="get" name="search">
 <input type="hidden" name="mode" value="allwords">
    <TABLE  BORDER="0" CELLSPACING="0" CELLPADDING="0" width="100%">
    <TR>
     <TD align="center"><input type="text" name="search" maxlength="50" size="10"></TD>
     <TD align="center"><input type="submit" name="submit" value="Go!"><br></TD>
    </TR>
    </TABLE>
 </FORM>

you will need to edit this to fit it in with your site, but thats about it

i put a hidden feild into do the "all words / any word" thing, if my users want to change it then can do so after searching

you dont have to have the code to do the search on every page, just the one you downloaded and point your other pages to it like i did..

hope this helps

also this was the wrong forum..

the correct forum was "Web Wiz Guides Free Applications" i think




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net