aspose file tools
The moose likes JSP and the fly likes How to load applet in FireFox when Java is disabled? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

How to load applet in FireFox when Java is disabled?

Dhananjay Inamdar
Ranch Hand

Joined: Jan 27, 2003
Posts: 130
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.


Just like you, struggeling to get the right solutions!<br /> <br />Sun Certified Java Programmer 1.5<br /> <br />Target - SCWCD
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

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.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to load applet in FireFox when Java is disabled?
 
Similar Threads
How to load applet in FireFox, when Java is disabled?
Embed Tag and JavaScript
Internet Explorer exits when accessing an applet (when using memory plugin settings)
setrequestheader() - User-Agent - no good?
EMBED TAG and Onload() function