<script> function MyAddress(IP) { alert("Your local IP is " + IP) } </script> <APPLET CODE="MyAddress.class" MAYSCRIPT WIDTH=2 HEIGHT=2></APPLET>