> I'm afraid I don't know enough about HTML forms to understand exactly > what the Submit button is doing,
HTML forms, I think, just generate a POST when submitting. But just prompting for two visible inputs doesn't mean there are only two input fields in the POST; there might be hidden input fields, fields which aren't displayed, being there just to pass values through from page generation to form submission. Read the HTML source for the form if you want to check that possibility. Mouse _______________________________________________ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org