Reply
Old 08-26-2004, 11:52 AM Search
Experienced Talker

Posts: 43
how do i enable my search at the top of my site?
http://www.zachgordon.com
zach1288 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-26-2004, 12:13 PM
JohnS's Avatar
Skilled Talker

Posts: 89
Location: London, UK
Currently your search form is:

Quote:
<form name="form1" id="form1" method="post" action="">
<input name="textfield" type="text" class="searchbox" size="10" />
<input name="imageField" type="image" src="images/search_go.gif" />
</form>
Which basically does nothing. What purpose do you want for your search bar - to search your site, the page your on? or to search and external engine i.e. google?
JohnS is offline
Reply With Quote
View Public Profile Visit JohnS's homepage!
 
Old 08-26-2004, 12:25 PM
Experienced Talker

Posts: 43
google
zach1288 is offline
Reply With Quote
View Public Profile
 
Old 08-26-2004, 12:36 PM
grammapecos's Avatar
Extreme Talker

Posts: 205
Location: USA
google search your website
__________________
Yes my fellow AMERICANS
life as we know it,is about over.
stock up on **food**silver** firearms/ammo**
grammapecos is offline
Reply With Quote
View Public Profile Visit grammapecos's homepage!
 
Old 08-26-2004, 12:37 PM
JohnS's Avatar
Skilled Talker

Posts: 89
Location: London, UK
replace

Quote:
<form name="form1" id="form1" method="post" action="">
<input name="textfield" type="text" class="searchbox" size="10" />
<input name="imageField" type="image" src="images/search_go.gif" />
</form>
with

Quote:
<FORM method=GET action="http://www.google.co.uk/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<INPUT TYPE=text name=q class="searchbox" size=25 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Go" src="images/search_go.gif">
</FORM>
That should work, might not. Remember to make a back up of the first. You might also want to put somewhere that your search is powered by Google - just so that users know.
JohnS is offline
Reply With Quote
View Public Profile Visit JohnS's homepage!
 
Old 08-26-2004, 12:38 PM
JohnS's Avatar
Skilled Talker

Posts: 89
Location: London, UK
Or you could follow the instructions on that page lol, the code I gave you is for the simple version, and it should look just like your current one - but actually work.

Last edited by JohnS : 08-26-2004 at 12:42 PM.
JohnS is offline
Reply With Quote
View Public Profile Visit JohnS's homepage!
 
Old 08-26-2004, 01:29 PM
Experienced Talker

Posts: 43
thanks
zach1288 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Search
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12748 seconds with 12 queries