Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

FF after 4.0 does not load Java applet when a <applet> tag is inserted into a span element by JavaScript

  • 1 ответ
  • 1 имеет эту проблему
  • 5 просмотров
  • Последний ответ от cor-el

more options

I am a developer using Java, AJAX, and Java Applet. To launch a Java Applet, I use JavaScript to compose a <Applet> tag, and insert this text into a span element. In FireFox 3.5 and 3.6, the browser picked up the change, and launch Java Applet correctly. However, in FireFox 4.0 and 5.0, the same code does not work anymore. The code change is simply ignored. After downgrade to 3.6, the code works again.

I am a developer using Java, AJAX, and Java Applet. To launch a Java Applet, I use JavaScript to compose a <Applet> tag, and insert this text into a span element. In FireFox 3.5 and 3.6, the browser picked up the change, and launch Java Applet correctly. However, in FireFox 4.0 and 5.0, the same code does not work anymore. The code change is simply ignored. After downgrade to 3.6, the code works again.

Все ответы (1)

more options

Make sure that you use DOM methods like appendChild() or insertBefore() and not modify the innerHTML


A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.
See http://forums.mozillazine.org/viewforum.php?f=25