sean.ferguson
OSNN Veteran Addict
- Joined
- 4 Jul 2003
- Messages
- 1,693
i am in the process of re-designing my website, one of the functions is a form the searches google, i have it working but there is one bug that i can't get fixed.
this is the code i have for the form
now, if you type something into the text box and press enter, it searches google fine with no problems whatso ever, but the..
i dont know what i am supposed to have in the link?
any help will be greatly apprieciated 🙂
this is the code i have for the form
Code:
<form id="search" action="http://www.google.com/search" method="get">
<input name="q" type="text" size="10">
<a href="">search</a>
</form>
now, if you type something into the text box and press enter, it searches google fine with no problems whatso ever, but the..
Code:
<a href="">Search</a>
any help will be greatly apprieciated 🙂