Hi,
Is there a way to pass a value to an ASP page that expects data from the POST method; i.e. using
without having the SUBMIT button on the preceeding page.Code:MyVal=Request.Form("MyVal")
Basically, I am trying to hide what gets sent to the next page when a regular link is clicked.
Thanks in advance.




Reply With Quote