You are here: irt.org | FAQ | JavaScript | Java | Q883 [ previous next ]
Using Java from JavaScript (LiveConnect) you might be able to do this with:
<script language="JavaScript1.1"><!-- if (navigator.javaEnabled()) document.write(java.net.InetAddress.getLocalHost()); //--></script>