<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Inline ActiveX object activation workaround.</title>
	<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/</link>
	<description>The building blocks of a solid frontend.</description>
	<pubDate>Thu, 11 Mar 2010 06:08:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: FlashExtensions</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-4506</link>
		<author>FlashExtensions</author>
		<pubDate>Thu, 30 Aug 2007 09:52:16 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-4506</guid>
		<description>Other simple solution for elimination of a "Click to activate" IE problem
--------
Just add in the head of your page the script:



and at the end of the page:

fixFlashActivation();

the problem is solved!
----------</description>
		<content:encoded><![CDATA[<p>Other simple solution for elimination of a &#8220;Click to activate&#8221; IE problem<br />
&#8212;&#8212;&#8211;<br />
Just add in the head of your page the script:</p>
<p>and at the end of the page:</p>
<p>fixFlashActivation();</p>
<p>the problem is solved!<br />
&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-2085</link>
		<author>Patrick</author>
		<pubDate>Mon, 30 Apr 2007 02:12:42 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-2085</guid>
		<description>I tried to get javascript to work with other embed tags, all said the id was undefined, finally this one, in all simplicity worked great.

Thanks you saved from pulling out my hair</description>
		<content:encoded><![CDATA[<p>I tried to get javascript to work with other embed tags, all said the id was undefined, finally this one, in all simplicity worked great.</p>
<p>Thanks you saved from pulling out my hair</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingmar Kellner</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-1868</link>
		<author>Ingmar Kellner</author>
		<pubDate>Tue, 03 Apr 2007 10:52:39 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-1868</guid>
		<description>Hello all,

since the solution with the javascript protocol usage in the SRC attribute does not work with my IE6 (probably some of the latest security patches disabled that functionality), I used the MSDN way and created an external JS-file.

It works but I discovered the following problem: After I delete all cached offline content and reload the page, I HAVE to activate the control. If I close the browser and open a new one, the activation is not needed. 

Does anyone have an idea what causes this annoying behaviour?

Thanks in advance, Ingmar</description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>since the solution with the javascript protocol usage in the SRC attribute does not work with my IE6 (probably some of the latest security patches disabled that functionality), I used the MSDN way and created an external JS-file.</p>
<p>It works but I discovered the following problem: After I delete all cached offline content and reload the page, I HAVE to activate the control. If I close the browser and open a new one, the activation is not needed. </p>
<p>Does anyone have an idea what causes this annoying behaviour?</p>
<p>Thanks in advance, Ingmar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gevorg Sargsyan</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-342</link>
		<author>Gevorg Sargsyan</author>
		<pubDate>Wed, 08 Nov 2006 21:59:07 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-342</guid>
		<description>Hehe,

I just found out, IE7 doesn't allow any more javascript protocol usage in SRC attribute... any suggestions?

Gevorg</description>
		<content:encoded><![CDATA[<p>Hehe,</p>
<p>I just found out, IE7 doesn&#8217;t allow any more javascript protocol usage in SRC attribute&#8230; any suggestions?</p>
<p>Gevorg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjay</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-130</link>
		<author>sanjay</author>
		<pubDate>Wed, 02 Aug 2006 13:35:56 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-130</guid>
		<description>I have xxxx.asp and im using below code. From above solution i can not get clear idea where to use the code mentioned above. So please guide.



Help
	
	
	
</description>
		<content:encoded><![CDATA[<p>I have xxxx.asp and im using below code. From above solution i can not get clear idea where to use the code mentioned above. So please guide.</p>
<p>Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Benjaminsen</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-81</link>
		<author>Chris Benjaminsen</author>
		<pubDate>Thu, 20 Jul 2006 16:09:28 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-81</guid>
		<description>"You said that you found it during research. Can you elaborate on that?"

I have quite alot of experiance with javascript and used a few hours trying to find away around the issues</description>
		<content:encoded><![CDATA[<p>&#8220;You said that you found it during research. Can you elaborate on that?&#8221;</p>
<p>I have quite alot of experiance with javascript and used a few hours trying to find away around the issues</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlastAsia</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-80</link>
		<author>BlastAsia</author>
		<pubDate>Thu, 20 Jul 2006 08:22:12 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-80</guid>
		<description>Chris,

What can I say.. excellent script man. simple yet very effective. It took me a while to look for a solution that would work in one of the portals that I was making, and this did the trick. Pulling an external file did not work but your script hit the bullseye.

Great job man and more power to you.</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>What can I say.. excellent script man. simple yet very effective. It took me a while to look for a solution that would work in one of the portals that I was making, and this did the trick. Pulling an external file did not work but your script hit the bullseye.</p>
<p>Great job man and more power to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-78</link>
		<author>Mitch</author>
		<pubDate>Tue, 18 Jul 2006 16:59:23 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-78</guid>
		<description>Nice trick. You said that you found it during research. Can you elaborate on that?

Also, I created an external script that fixes existing pages, with the  HTML already there. It uses the DOM to rewrite the node, using an external file. Just add a link to the external javascript and you're set to go. My script needs to be tested more -- I wrote it last night. See an example at:

http://dhtmldev.com/examples/js/activate_x/

If you want to provide feedback, please use my javascript forum, http://dhtmldev.com/forums/index.php?board=3.0</description>
		<content:encoded><![CDATA[<p>Nice trick. You said that you found it during research. Can you elaborate on that?</p>
<p>Also, I created an external script that fixes existing pages, with the  HTML already there. It uses the DOM to rewrite the node, using an external file. Just add a link to the external javascript and you&#8217;re set to go. My script needs to be tested more &#8212; I wrote it last night. See an example at:</p>
<p><a href="http://dhtmldev.com/examples/js/activate_x/" rel="nofollow">http://dhtmldev.com/examples/js/activate_x/</a></p>
<p>If you want to provide feedback, please use my javascript forum, <a href="http://dhtmldev.com/forums/index.php?board=3.0" rel="nofollow">http://dhtmldev.com/forums/index.php?board=3.0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: India Design</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-70</link>
		<author>India Design</author>
		<pubDate>Sat, 01 Jul 2006 06:47:21 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-70</guid>
		<description>HI, Its a great idea, 

I also do the same thing. Once the site is complete, take all the flash ekements from our site design , put it in extermal javascript file and insert that javascript into website. Works fine but ....

Can Microsoft not pay 500 M and let it be like it was earleir :) They can divert some from Mr. Buffets Donations to pay that :) :)

Cheers 

Vipin</description>
		<content:encoded><![CDATA[<p>HI, Its a great idea, </p>
<p>I also do the same thing. Once the site is complete, take all the flash ekements from our site design , put it in extermal javascript file and insert that javascript into website. Works fine but &#8230;.</p>
<p>Can Microsoft not pay 500 M and let it be like it was earleir :) They can divert some from Mr. Buffets Donations to pay that :) :)</p>
<p>Cheers </p>
<p>Vipin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: removed x warning script only</title>
		<link>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-43</link>
		<author>removed x warning script only</author>
		<pubDate>Fri, 09 Jun 2006 15:38:55 +0000</pubDate>
		<guid>http://parentnode.org/javascript/inline-activex-object-activation-work-around/#comment-43</guid>
		<description>function axblaster(id,html) {
/*
	Use this for writing Object Html code to a (div) id
	Sample use: 
         Some search engine index text if you want 
	
		code = '';
		code += '';
		code += '';
		code += '';
	      	axblaster("flashmovie",code);
	
*/
	if (id == undefined) { return false; }
	if (html == undefined) { var html = ""; }
	if (document.layers &#38;&#38; document.layers[''+id+'']){
	        var doc = document.layers[''+id+''].document;
  		doc.open(); doc.write(html); doc.close();
	} else if (document.all &#38;&#38; document.all[''+id+'']) {
		document.all[''+id+''].innerHTML = html;
	} else if (document.getElementById &#38;&#38; document.getElementById(''+id+'')) {
                document.getElementById(''+id+'').innerHTML = html;
	}
}</description>
		<content:encoded><![CDATA[<p>function axblaster(id,html) {<br />
/*<br />
	Use this for writing Object Html code to a (div) id<br />
	Sample use:<br />
         Some search engine index text if you want </p>
<p>		code = &#8221;;<br />
		code += &#8221;;<br />
		code += &#8221;;<br />
		code += &#8221;;<br />
	      	axblaster(&#8221;flashmovie&#8221;,code);</p>
<p>*/<br />
	if (id == undefined) { return false; }<br />
	if (html == undefined) { var html = &#8220;&#8221;; }<br />
	if (document.layers &amp;&amp; document.layers[&#8221;+id+&#8221;]){<br />
	        var doc = document.layers[&#8221;+id+&#8221;].document;<br />
  		doc.open(); doc.write(html); doc.close();<br />
	} else if (document.all &amp;&amp; document.all[&#8221;+id+&#8221;]) {<br />
		document.all[&#8221;+id+&#8221;].innerHTML = html;<br />
	} else if (document.getElementById &amp;&amp; document.getElementById(&#8221;+id+&#8221;)) {<br />
                document.getElementById(&#8221;+id+&#8221;).innerHTML = html;<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
