Click to See Complete Forum and Search --> : CALLING ACTIVEX DLL FUNCTIONS ON A CLIENT-SIDE VBSCRIPT


mykel777
August 31st, 2000, 08:24 PM
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

soar
September 1st, 2000, 01:15 PM
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.