JavaScript + dll howto...
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I know this is possible, but currently have no time to look into it, so hoping somebody out there will give me the answer ;) What Im wanting to do is to call a .dll from a .js Say I've made some HelloWorld.dll with a hello() system.Console.write("hello") then in a .js want to call this function how do I do this?? function hello(){ var helloDll = new ActiveXObject("HelloWorld"); helloDll.hello(); } Would this work if i put it in system32 folder or something..?? apreciate any help Spaceus How terrible is wisdom when it brings no profit to the wise