checking postback

G

Guest

hey all,

forgive my ignorance, but is there a way to check for postback in javascript
or is that stricly a microsoft thing?

thanks,
rodchar
 
C

Charles

A postback is something that would be determined server side, ie
microsoft (ASPNET).
 
G

Guest

You can check it.But in a roundabout way.Set the hidden variable value to
"submit" whenever the page gets submitted and check the hidden value =
"submit" in javascript .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top