TomBarrand
Programmer
I need a HTML page that checks to see if the user has a JVM installed or not.
The objective is for this page to check whether the browser has a JVM installed, if it does then it needs to forward the user to another web page.
If there is no JVM installed in the browser then the user needs to be forward to a page where they can download a JVM from. Is there a page on the Sun website where it will detect what browser you are using and suggest an appropriate JVM?
The code also needs to work with the following browsers:
Microsoft Internet Explorer
Netscape based browsers
Netscape
Mozilla
Firefox
under Linux
Konqueror
Nautilus
If anyone has written any code to do this or has any ideas that would be great.
Thanks
The objective is for this page to check whether the browser has a JVM installed, if it does then it needs to forward the user to another web page.
If there is no JVM installed in the browser then the user needs to be forward to a page where they can download a JVM from. Is there a page on the Sun website where it will detect what browser you are using and suggest an appropriate JVM?
The code also needs to work with the following browsers:
Microsoft Internet Explorer
Netscape based browsers
Netscape
Mozilla
Firefox
under Linux
Konqueror
Nautilus
If anyone has written any code to do this or has any ideas that would be great.
Thanks