Detect Browser Type From An Applet

java packages » java.applet
Java Example Program/ Sample Source Code
Html Code
<html>
<head>
<script>
 function getBrowser() {
   return navigator.userAgent;
 }
</script>
</head><body>
<applet code="DetectBrowserApplet" height="100" width="500"></Applet>
</body>
</html>

Applet


AppletContext

2011-2012 JavaExamples.org Privacy Policy Powered by Google App Engine