Using Javascript,
based on what is typed into "q" (the search field box) I want to change "variabletexthere" to match what is typed into the search field...
any ideas would be great.
<form method="get" action="index.php#variabletexthere" id="search" style="margin: 0px;">
<input name="q" type="text" size="60" placeholder="Search"/>
<input type="submit" name="Submit" value="Search" class="searchbutton">
</form>