hi I need a script that will convert searched words from the search box/input box to a link. For example if I type "1234" in the search box and click on search button I want the page immediately redirect to : http://xyz.com/?q=1234 Please help me If anybody knows paste it here Thanks
<form method="get" action="http://xyz.com/"> <input type="text" name="q"> <input type="submit" value="Submit"> </form>