View Single Post
02-09-2008, 08:41 AM
#1
1901gt is offline 1901gt
Status: Senior Member
Join date: Mar 2005
Location: Singapore
Expertise: Web Design, XHTML/CSS
Software: Photoshop, Illustrator
 
Posts: 861
iTrader: 8 / 100%
 

1901gt is an unknown quantity at this point

  Old  How to bypass ActiveX in IE?

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]-->