Ixix Think for yourselfEstablished Member โ 20 โ Impact 58 Apr 23, 2007 1K views 1 reply #1 any tips for making a google search box that is tabeless?
Dan Buy my domains.VIP Member VIP โ 15 โ Impact 108 Apr 23, 2007 #2 Code: <form action="http://www.google.com/search?hl=en&q=hi"> <input type="text" name="q" /> <input type="submit" value="Search" /> <input type="hidden" name="hl" value="en" /> </form> :cy:
Code: <form action="http://www.google.com/search?hl=en&q=hi"> <input type="text" name="q" /> <input type="submit" value="Search" /> <input type="hidden" name="hl" value="en" /> </form> :cy: