<form action="search.php?q=VALUE" type="post" />
<input type="text" id="textbox" name="poster" size="25" />
<input type="submit" class="button" value="Go" />
</form>
I have this form....What I want is for where it says VALUE to change in the forms action to be the same as what is in the textbox.
I cant find anything on the internet that will do this seemlessly without the user noticing.
By the way Im a complete javascript newbie, so treat me gently :p