Web Analytics Made Easy -
StatCounter Detecting whether JAVA plugin is present/enabled - CodingForum

Announcement

Collapse
No announcement yet.

Detecting whether JAVA plugin is present/enabled

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Detecting whether JAVA plugin is present/enabled

    Hey,

    I am looking for a way to determine whether a visitors computer is capable of displaying java appletts. Basically, if java is installed and enabled i want to display the applet, else i wanna display a jpeg image.

    Is there a way to do this with js?

    Cheers

  • #2
    this may be helpful:


    hint: searching the forum before you post will help!
    Kris Hubby
    kwhubby site

    Comment


    • #3
      Whatever is inside the <applet>...</applet> tag will be displayed if the browser has no java plugin or it is disabled.

      <applet ...>
      <param name...>
      Disabled or no java plugin.
      <img src="noplugin.jpg">

      </applet>
      Glenn
      vBulletin Mods That Rock!

      Comment

      Working...
      X