Page 1 of 1
Is it possible to call dll file in javascript
Posted: Thu Nov 01, 2007 6:24 am
by devendra-m
We have created a function in a dll file which will return mac address of client computer. We will install that dll file in every client computer. Our system will work in virtual private network. I created a activexobject to call dll file it shows automation err. Is there anyway to solve this problem
Posted: Thu Nov 01, 2007 9:28 am
by Kieran Huggins
activex? what does this have to do with PHP?
Posted: Thu Nov 01, 2007 10:24 am
by Ollie Saunders
KH is right, there's a client side forum for this.
What have you tried? As far as I remember you should be able to...
Code: Select all
var thing = new ActiveXObject('name of activex');
...or similar
Choose the Right Board
Posted: Thu Nov 01, 2007 11:07 am
by s.dot