J
Jeffrey A. Voigt
What is the best way to tell when a page is posted back (if it was due to a
button click, or if it was due to a form.submit() function begin called)?
The reason why I'm asking this is because I'm forcing a postback
(form.submit()) every 10 seconds and I need to know if the post back was due
to that OR if it was a valid button on the page being clicked.
Thanks,
- jv
button click, or if it was due to a form.submit() function begin called)?
The reason why I'm asking this is because I'm forcing a postback
(form.submit()) every 10 seconds and I need to know if the post back was due
to that OR if it was a valid button on the page being clicked.
Thanks,
- jv