Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display IP and computer name in HTML 1

Status
Not open for further replies.

Xaqte

IS-IT--Management
Oct 4, 2002
971
US
I want to make a web page for my internal site to display a map of all computers, including computer name and IP address. How do I fetch this information and retrieve it in HTML?
 
Unfortunately, there is no way to achieve this by only using HTML as HTML is simply a formatting tool. For something like this, your best bet is to either a)look into 3rd party utilities that you can use on your page or b)look into using asp.net or jsp to enumerate network devices.

-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Server Variables should do this for you.



user.gif

There's never time to do it right, but there's always time to do it over!


pong.jpg

-TonyU
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top