Java Examples
<html> <head> <script> function getBrowser() { return navigator.userAgent; } </script> </head><body> <applet code="DetectBrowserApplet" height="100" width="500"></Applet> </body> </html>