in reply to Form submission simmulation
This is the same question as How to POST to a web server? and you can find fully documented code and samples here. I provide sample Perl and ASP (or HTML) code to submit contents (from a simulated Page A) to Page B (the ASP page which takes the submitted/POSTed contents and does something with them)...
You need to POST since you don't want to expose the values via the URL.
|
|---|