| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) | ||||
| Senior Member Join Date: Mar 2005 Location: Singapore
Posts: 1,836
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Error when trying to bypass activex (IE) for Java Applet I placed the following code in the html. It did stop the activex from appearing in IE. I double check the website in Opera and Safari to make sure the Java Applet appear fine and it did. But when I check with Firefox, the Java Applet fails to load. Why is that so? ClickFix.js is already in the root folder. ????: NamePros.com http://www.namepros.com/programming/429629-error-when-trying-bypass-activex-ie.html
| ||||
| |
| | #2 (permalink) |
| Senior Member Join Date: Mar 2005
Posts: 4,948
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 1.) No need for the javascript. 2.) You had: Code: <!--<![endif]--> Code: <![endif]--> Code: <!--[if gte IE 6]>
<noscript class="clickfix">
<object style="display: none;">
<![endif]-->
----Java Applet----
<!--[if gte IE 6]>
</object>
</noscript>
<![endif]--> |
| |