Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling sub on server

Status
Not open for further replies.

aztarac

Programmer
Jan 31, 2007
6
GB
Hi again!

I was wondering how I can run a Server Side subroutine from a client-side checkbox onclick event?
I have an ASP page which generates the checkbox on client browser, when I click it I want to run an exising sub on the ASP page which writes a file using the filesystemobject .

Thanks in advance.
 
You can submit a form or you can use the client-side Javascript object, XMLHttpRequest. Google Ajax tutorials.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top