Technically speaking ASP is a response/request architecture, you don't initiate server functions from the client, you should submit the form when the checkbox value changes and have the ASP code update the server.
There are a few tricks to kicking off ASP functions from client-side VBScript though; http://www.aspfaq.com/show.asp?id=2281 However if it is IE only then there is something you might want to look into called RDS. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/ mdhowrdstutorial.asp -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 23 August 2005 5:05 To: [email protected] Subject: Re: [ASP] Initiating a function on the server from an ASP pag e???? Just to clarify - I currently am doing the validation before opening a window to update the database in JavaScript, that is why I said I wanted to initiate the server process from JavaScript, if there is a way to do it from VBscript that will do also... > > From: <[EMAIL PROTECTED]> > Date: 2005/08/23 Tue AM 10:05:16 EDT > To: <[email protected]> > Subject: RE: Re: [ASP] Initiating a function on the server from an ASP pag e???? > > [Non-text portions of this message have been removed] --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links The contents of this email and any attachments are sent for the personal attention of the addressee(s) only and may be confidential. If you are not the intended addressee, any use, disclosure or copying of this email and any attachments is unauthorised - please notify the sender by return and delete the message. Any representations or commitments expressed in this email are subject to contract. ntl Group Limited ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hip87hr/M=362131.6882499.7825260.1510227/D=groups/S=1705115381:TM/Y=YAHOO/EXP=1124880056/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
