Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

How to load applet in FireFox when Java is disabled?

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I have an applet and I want to display it in the Web-browser. I am using javascript to upload this applet.

I am checking browser�s name by using following command



Then I am adding if-else statement depends on the type of the browser. As follows:



This code works fine in all browsers like IE, NetScape, FireFox etc.

Problem is when user disables/ uninstall Java Runtime from there browser then this code still works fine in IE but in the case of FireFox it goes wrong.

When user goes to Tools/ Options menu in FirFox and unselects the Java Enabled checkbox and after that if tries to load this applet then applet loads as just white screen.
Please let me know if you have any option to load applet in FireFox browser even if the java runtime is disabled.
 
Sheriff
Posts: 67750
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place.

This is especially true for posts that have nothing to do with forum subject.
 
Wanna see my flashlight? How about this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
    Bookmark Topic Watch Topic
  • New Topic