My request is simple.
i want to put a form (a text field let's say) on a sharepoint page, with a submit button.
when i submit. I want the URL to be reposted with the s="textfromtextfield"
say i was on a url http://site/site.aspx?p=x
clicking submit will take me to:
http://site/site.aspx?p=x&s="textfromtextfield"