Thread: Search Boxes
View Single Post
  #4 (permalink)  
Old 25-03-2008, 16:42
kompressaur's Avatar
kompressaur kompressaur jest offline
disturbed loner
 
Join Date: May 2005
Posts: 69271
Re: Search Boxes

well that worked well. Just need to get the results to open in a new page. Ill look at it when i aint so busy-

PHP Code:
<form method="get" action="http://www.google.com/search">
<
input type="text"   name="q" size="15"
 
maxlength="150" value="" />
<
input type="submit" value="soccerbase" />
<
input type="radio"  name="sitesearch" value="" />
 
The Web
<input type="radio"  name="sitesearch"
 
value="soccerbase.com" checked />search socerbase</form

Last edited by kompressaur : 25-03-2008 at 16:49.
Reply With Quote