IS THERE A WAY FOR CALLING ACTIVEX DLL FUNCTIONS FROM A CLIENT-SIDE VBSCRIPT, OR CAN U CALL VARIABLES DECLARED IN ASP FROM A CLIENT-SIDE VBSCRIPT
Printable View
IS THERE A WAY FOR CALLING ACTIVEX DLL FUNCTIONS FROM A CLIENT-SIDE VBSCRIPT, OR CAN U CALL VARIABLES DECLARED IN ASP FROM A CLIENT-SIDE VBSCRIPT
If your ActiveX dll is a COMponent, then it is residing at the server. COMponents at the server should be called through server-side scripts.
Else if, your ActiveX dll is an ActiveX Control that is residing at the client, you can call its public methods using Client-side scripts.