|
|
| Author |
Message |
| The Shaggy D.A. |
This post is not being displayed .
|
 The Shaggy D.A. Super Spammer

Joined: 12 Sep 2008 Karma :  
|
 Posted: 19:12 - 19 May 2009 Post subject: Quick browser question, maybe document object model? |
 |
|
Is there anything available to a browser to uniquely identify a computer, e.g. the MAC address? ____________________ Chances are quite high you are not in my Monkeysphere, and I don't care about you. Don't take it personally.
Currently : Royal Enfield 350 Meteor
Previously : CB100N > CB250RS > XJ900F > GT550 > GPZ750R/1000RX > AJS M16 > R100RT > Bullet 500 > CB500 > LS650P > Bullet Electra X & YBR125 > Bullet 350 "Superstar" & YBR125 Custom > Royal Enfield Classic 500 Despatch Limited Edition (28 of 200) & CB Two-Fifty Nighthawk > ER5 |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| MrRoper |
This post is not being displayed .
|
 MrRoper Borekit Bruiser
Joined: 02 Aug 2007 Karma :   
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| c-2501 |
This post is not being displayed .
|
 c-2501 Scooby Slapper

Joined: 14 Feb 2006 Karma :   
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| Colin Edwards |
This post is not being displayed .
|
 Colin Edwards Brolly Dolly

Joined: 06 Jul 2007 Karma :     
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| MrRoper |
This post is not being displayed .
|
 MrRoper Borekit Bruiser
Joined: 02 Aug 2007 Karma :   
|
 Posted: 13:49 - 22 May 2009 Post subject: |
 |
|
Here you go fella
| Code: | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="vs_targetSchema" content="http://schemas.
microsoft.com/intellisense/ie5">
<script id="clientEventHandlersJS" language="javascript">
<!--
function Button1_onclick() {
var locator = new ActiveXObject
"WbemScripting.SWbemLocator");
var service = locator.ConnectServer(".");
var properties = service.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration");
var e = new Enumerator (properties);
document.write("<table border=1>");
dispHeading();
for (;!e.atEnd();e.moveNext ())
{
var p = e.item ();
document.write("<tr>");
document.write("<td>" + p.Caption + "</td>");
document.write("<td>" + p.IPFilterSecurityEnabled + "</td>");
document.write("<td>" + p.IPPortSecurityEnabled + "</td>");
document.write("<td>" + p.IPXAddress + "</td>");
document.write("<td>" + p.IPXEnabled + "</td>");
document.write("<td>" + p.IPXNetworkNumber + "</td>");
document.write("<td>" + p.MACAddress + "</td>");
document.write("<td>" + p.WINSPrimaryServer + "</td>");
document.write("<td>" + p.WINSSecondaryServer + "</td>");
document.write("</tr>");
}
document.write("</table>");
}
function dispHeading()
{
document.write("<thead>");
document.write("<td>Caption</td>");
document.write("<td>IPFilterSecurityEnabled</td>");
document.write("<td>IPPortSecurityEnabled</td>");
document.write("<td>IPXAddress</td>");
document.write("<td>IPXEnabled</td>");
document.write("<td>IPXNetworkNumber</td>");
document.write("<td>MACAddress</td>");
document.write("<td>WINSPrimaryServer</td>");
document.write("<td>WINSSecondaryServer</td>");
document.write("</thead>");
}
//-->
</script>
</head>
<body>
<INPUT id="Button1" type="button" value="Button"
name="Button1" language="javascript" onclick="return Button1_onclick()">
</body>
</html>
|
____________________ CBR600F
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." - Plato |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| The Artist |
This post is not being displayed .
|
 The Artist Super Spammer

Joined: 06 Jan 2008 Karma :  
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| MrRoper |
This post is not being displayed .
|
 MrRoper Borekit Bruiser
Joined: 02 Aug 2007 Karma :   
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| bazza |
This post is not being displayed .
|
 bazza World Chat Champion
Joined: 27 Aug 2004 Karma :  
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
Old Thread Alert!
The last post was made 17 years, 110 days ago. Instead of replying here, would creating a new thread be more useful? |
 |
|
|