top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is there any way i can get the MAC addresses of any computer using JavaScript?

+2 votes
430 views

I know it is possible via IE (ActiveX objects).
Can we do this with all browsers ? (Specially in FireFox)

posted Apr 30, 2014 by Samardeep Acharya

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

It would be a privacy/security vulnerability if you would be able to do this directly from Javascript. There are two things I can think of:

Using Java (with a signed applet)

Using signed Javascript, which in FF (and Mozilla in general) gets higher privileges than normal JS (but it is fairly complicated to set up).

answer May 2, 2014 by Parampreet Kaur
Similar Questions
+1 vote

Please provide some sample code.I need to take copied data's from clipboard .Any one help me to solve this .

+2 votes

I have info on how to gather it via cocoa code but need c++ api's to collect the info.

+3 votes

I went through this Discussion:

http://stackoverflow.com/questions/7087036/fetching-images-from-server-while-drawing-the-cell

I have a web server server-1.example.com. There is a JSON-Server running on another server server-2.example.com. What I have to achieve is to fetch a list of URLs (in form of JSON response) from server-2 and loop through the urls and fetch them from the server-1. In the meantime i have to animate these images on the browser by Fading the images one after the another.

The algorithm is something like this:-

START:
   FETCH the URLs from server-1 and store them in a cache C
   Loop until C.length
      Fetch first K images by forking a thread.
      animate k images
 END

How can I optimize K? Is my approach right?

+1 vote

Is There any cases that RLC posts the buffer more than grant given by MAC layer? If so, how Mac treats that buffer? And what are futher steps to process that buffer?

+2 votes

Is there any way so that i will get to know about my variable is a number or not without using Javascript?

...