vishal18 0 Newbie Poster

HI,

will u please tell me how we can check java installation on system?
I have used following code....

if(navigator.javaEnabled())
 {
   document.write("JAVA available");
 }
else
 {
   document.write("No JAVA !!!"); 
 }

Above code displays the "JAVA available" eventhough I have uninstalled the java from my system.
Also I have checked the java enable options in IE.
plz help me...............