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: