/    Sign up×
Community /Pin to ProfileBookmark

Active X problem in Internet Explorer

Hi Everyone,

I expect that everyone here are familiar about the activeX content viewing problem in IE. I have got a solution from a website ( a javascript and an HTML code) that solves the problem. This works for flash files:

The javascript is downloadable at:

[url]http://www.ediy.co.nz/content.asp?s…9EADCE5C97BC92D[/url]

and the HTML code is


——————————————————————————–

<script type=”text/javascript” src=”(javascript-filename).js”></script>
——————————————————————————–

the text in orange color must be replaced by the javascript file’s name eg. ieactivate.js

Now my question is that anyone can send me a solution better and simple than this?

This javascript file is of filesize 290bytes only

regards

Raviganesh ?

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@bathurst_guyJun 23.2006 — That link doesn't work.
Copy linkTweet thisAlerts:
@raviganesh91221authorJun 23.2006 — Ok I will type in the code:

//ediy v2

n=navigator.userAgent;

w=n.indexOf("MSIE");

if((w>0)&&(parseInt(n.charAt(w+5))>5)){

T=["object","embed","applet"];

for(j=0;j<2;j++){

E=document.getElementsByTagName(T[j]);

for(i=0;i<E.length;i++){

P=E[i].parentNode;

H=P.innerHTML;

P.removeChild(E[i]);

P.innerHTML=H;

}}}
Copy linkTweet thisAlerts:
@raviganesh91221authorJun 23.2006 — Can anyone help me PLS............!!!!!!!!!!!!!???????????
×

Success!

Help @raviganesh91221 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...