I have an input text box and a search submit button, and when user clicks the Search submit button, I want to redirect user to url http://testsearch/results.aspx?k=<
http://testsearch/results.aspx?k=<
If that's the only field in your form, simply set the form's method to "get" and it'll work.