In my Personal Wiki program, I want to create a html form and submit it. On submitting it I want to intercept what the fields contain.
So long as the field contents is in the url I could find this when parsing the file.
So my question is How can I create a html form with one text field, click the submit button which should just call the same url but add the field contents to the url.