Possible Duplicate:
pass inputbox value as a querystring to URL
<input name="KeywordBox" class="BasicSearchInputBox" type="text" value="Keywords.."/>
<a class="searchButton" href="/search/pages/Careers.aspx?v=relevance&s=Careers&k=" type="submit">
<span>Search</span>
</a>
How do you get the keywords typed in by users and pass it to the page or append to the URL onclick of the 'Search' link?
Like this http://mycompany.com/search/pages/Careers.aspx?v=relevance&s=Careers&k=engineer
Using jquery?