Hi,

Is there a way to pass a value to an ASP page that expects data from the POST method; i.e. using

Code:
MyVal=Request.Form("MyVal")
without having the SUBMIT button on the preceeding page.

Basically, I am trying to hide what gets sent to the next page when a regular link is clicked.

Thanks in advance.