How to check ,
whether jre is available on system or not by using javascript?

How to check ,
whether jre is available on system or not by using javascript?

Hi Vishal,

you can check if java is enabled or not by javascript using :
alert("javaEnabled "+ window.navigator.javaEnabled());

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.