JS

  • Thread starter Thread starter Guest
  • Start date Start date
The only way without a postback would be to make an XMLHTTP request to a
page that can run the function.

Otherwise, you could cause a postback while setting some hidden input to a
value or something, and then read that value on the server to determine
which function you need to run.
 
Back
Top