|
-
August 31st, 2000, 08:24 PM
#1
CALLING ACTIVEX DLL FUNCTIONS ON A CLIENT-SIDE VBSCRIPT
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
-
September 1st, 2000, 01:15 PM
#2
Re: CALLING ACTIVEX DLL FUNCTIONS ON 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|