Skip to main content
Inspiring
May 25, 2012
Question

detect java enable or not

  • May 25, 2012
  • 1 reply
  • 1551 views

i trying one test. that is java test.

can i detect java runtime version using as3.

or

calling from java script to the java version.

else possible to detect java enable or disable from browser using as3.

This topic has been closed for replies.

1 reply

esdebon
Inspiring
May 25, 2012

Put below code just after the <head> tag in your web page:

<noscript>

<meta http-equiv="refresh" content="0;URL=noJavaScript.html" />

</noscript>

redirects to another page (noJavaScript.html)
or
Maybe you can use FlashVars generating a text with javaScript , if Javascript is enabled the variable change and send to the swl file

Inspiring
May 25, 2012

not java script,

i asking for java runtime version

esdebon
Inspiring
May 25, 2012