Dynadot โ€” .com Registration $8.99

Error when trying to bypass activex (IE) for Java Applet

Spaceship Spaceship
Watch
Impact
11
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.


<!--[if gte IE 6]>
<script language="javascript">
document.write("<NOSCRIPT class=clickfix>
<OBJECT style=\"display:none\">");
</script>
<!--<![endif]-->

----Java Applet----

<!--[if gte IE 6]>
</OBJECT>
</NOSCRIPT>
<!--<![endif]-->
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
1.) No need for the javascript.
2.) You had:
Code:
<!--<![endif]-->
Instead of:
Code:
<![endif]-->

Code:
<!--[if gte IE 6]>
<noscript class="clickfix">
    <object style="display: none;">
<![endif]-->

----Java Applet----

<!--[if gte IE 6]>
    </object>
</noscript>
<![endif]-->
 
0
•••
But I don't understand why this thing happen.. :td:

10.jpeg


The endif closing tag appear above the java applet.
 
0
•••
anyone?
 
0
•••
Appraise.net
Unstoppable Domains
Domain Recover
DomainEasy โ€” Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back