More information about the web browser than you knew existed! Find out the code name, color depth, platform, if java is enabled, resolution, ip address, hostname, and more!
Add the below code to the <body> section of your page:
<scriptlanguage="javascript"type="text/javascript"> /* Visit http://www.yaldex.com/
for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- begin functiondisplay(){ window.onerror=null;
if(navigator.javaEnabled()&&(navigator.appName!="Microsoft Internet Explorer")){ vartool=java.awt.Toolkit.getDefaultToolkit(); addr=java.net.InetAddress.getLocalHost(); host=addr.getHostName(); ip=addr.getHostAddress(); alert("Your
host name is '"+host+"'\nYour IP address is "+
ip); }
} window.onload=display; // end --> </script> <center> <formname=form> <tableborder=1width=300>
<tr>
<td>current resolution:</td>
<td
align=center><inputtype=textsize=4maxlength=4name=width> x <inputtype=textsize=4maxlength=4name=height></td>
</tr>
<tr>
<td> browser:</td>
<td
align=center><inputtype=textsize=20maxlength=20name=navigator></td>
</tr>
<tr>
<td> max resolution:</td>
<td
align=center><inputtype=textsize=4maxlength=4name=maxwidth> x <inputtype=textsize=4maxlength=4name=maxheight></td>
</tr>