Click to See Complete Forum and Search --> : java enabled test


Beach Bum
04-05-2003, 09:00 PM
does anyone know of a test to see if java is enabled in the users browser? it would be nice if there is a javascript test so I could test in javascript and then decide whether to use the java applet or just display an image.

Beach Bum
04-05-2003, 09:43 PM
found the answer:

if (navigator.javaEnabled()) {

works in both IE6 and NS7 based on my testing.