Click to See Complete Forum and Search --> : How to call a VB function from a Javascript function


mxweb
08-25-2003, 12:11 PM
Hi, what I'm looking for is a way to call a VB function containing a msgbox from a Javascript function.

I'm using ASP.

:confused:

ggriffit
08-26-2003, 10:05 AM
Are you trying to call an Server Side ASP function/sub from a Client Side Javascript, if so the only way to do this is to set a field value and then submit a form to the ASP, which can then take the value and use it in an IF/CASE statement to decide which sub to call.