|
-
Jan 7th, 2002, 06:33 AM
#1
Thread Starter
New Member
DLL call from JavaScript
Hi all,
I use
var <myVar> = new ActiveXObject("<ProjectName>.<ClassName>");
But it doesn't seem to work. The very same DLL works perfectly when called from ASP
Set <myVar>=CreateObject("<ProjectName>.<ClassName>")
The code is so similar, I don't understand why it does not work from javaScript... Any ideas???
Thanks,
Dimitris
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
|