Reply
Google search box
Old 08-19-2004, 05:44 PM Google search box
Novice Talker

Posts: 6
I put a google web search box on my site using
Code:
<center>
<FORM method=GET action="http://www.google.com/search">
<center>
<TABLE bgcolor="#FFFFFF"><tr><td bordercolor="#0000FF">
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" 
border="0" ALT="Google" align="absmiddle" width="128" height="53"></A>
<INPUT TYPE=text name=q size=25 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</center>
It works perfectly.
Im wanting to put a froogle and a images search on the same page as this search. So for the google images i use the same thing, just a different action=.

Code:
<FORM method=GET action="http://www.google.com/images">
And it works prefectly when its not on the same page as the other google web search. When i stick it with the regular web search it acts a web search and not as an images search. How do i stick it with the web search and get it to work?
schrags11 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-19-2004, 06:22 PM
david's Avatar
King Spam Talker

Posts: 1,314
Location: Glasgow, UK
I think there's an error in your google code.
You haven't closed the form tag. Just add after:
Code:
<INPUT type=submit name=btnG VALUE="Google Search">
the code:
Code:
</form>
which shoudl fix it.
__________________
Free Webmaster Help - Everything a webmaster needs - for free
Free-Webhosting.info - Free web hosts reviewed and rated
Web Hosting Hunt - Impartial hosting directory - Add your host today for FREE
david is offline
Reply With Quote
View Public Profile Visit david's homepage!
 
Old 08-19-2004, 06:32 PM
Novice Talker

Posts: 6
Yup your right. Works perfectly. Thanks!!
schrags11 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Google search box
 

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




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

 


Page generated in 0.11509 seconds with 12 queries