I have a stateic web page with a form on. The form can be submitted in either of two ways.
1. By the Java Script function "document.form.submit()". This function is called everytime changes are made in the form.
2. When the user manually clicks the submit button present in form.
I want the ASP page to treat the form differently depending on which submit procedure was used.
Is it possible to achieve that?
If so how?
Could I for example assign an argument to each submit procedure which could be retrieved in the ASP page and thereby used to identify which procedure was used? If so, how?


Reply With Quote
Bookmarks