Is it possible to call dll file in javascript
Moderator: General Moderators
-
devendra-m
- Forum Contributor
- Posts: 111
- Joined: Wed Sep 12, 2007 3:16 am
Is it possible to call dll file in javascript
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
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
- Ollie Saunders
- DevNet Master
- Posts: 3179
- Joined: Tue May 24, 2005 6:01 pm
- Location: UK
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......or similar
What have you tried? As far as I remember you should be able to...
Code: Select all
var thing = new ActiveXObject('name of activex');Choose the Right Board
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.