-
1
- #1
Hi -
This is kind of a newbie question, but I have a working asp that I need to improve. I read a cookie, load an ID into a variable, then using a form with hidden input, send via a Post method two default values and the ID from the cookie to another page. I wrote a vbscript to read the cookie, and built a form which loads the defaults, then pulls the ID from the vbscript variable, all three values now in the form's "hidden" input. When you click on a submit button everything works fine.
My question - I'd like to remove the submit button, and just have the hidden form data submitted via the Post method automatically, without user action via the input button. How can I do this? Thanks!
Frank