Hi,

i add a textbox and
i add an href that go like this:

<a href="http://www.google.co.il/search?q= target=_main"> click here </a>


no when the user click the link, i want it to go the address that in the href when the string in the text box concatenate after the ?q=
for example if the user wrote ski so the string go like this:
http://www.google.co.il/search?q=ski

how can i do that
thanks a lot