Is it possible to call dll file in javascript

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
devendra-m
Forum Contributor
Posts: 111
Joined: Wed Sep 12, 2007 3:16 am

Is it possible to call dll file in javascript

Post 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
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

activex? what does this have to do with PHP?
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post 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
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Choose the Right Board

Post by s.dot »

[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.
Post Reply