<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: &#8220;Click to activate and use this control&#8221; - The Fix</title>
	<link>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/</link>
	<description>All things Foti!</description>
	<pubDate>Thu, 20 Nov 2008 15:55:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Peter Foti</title>
		<link>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-3773</link>
		<dc:creator>Peter Foti</dc:creator>
		<pubDate>Fri, 12 Oct 2007 14:39:23 +0000</pubDate>
		<guid>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-3773</guid>
		<description>@Bob
First, let me say that I no longer recommend this method.  Better alternatives have been released since I originally posted this.  Check my follow up post:
http://www.fotiweb.com/?p=19
I would strongly recommend using one of those methods instead.
As for your example, it's hard to tell what you might be doing wrong without seeing a full code example.  Do you have a  that is overriding the window.onload?  Or do you perhaps have another window.onload method that is overriding it?  You could try throwing some alert statements into the JavaScript to see what it's doing.

But like I said, check out one of the other methods in my follow up post.  They are much better and well tested.</description>
		<content:encoded><![CDATA[<p>@Bob<br />
First, let me say that I no longer recommend this method.  Better alternatives have been released since I originally posted this.  Check my follow up post:<br />
<a href="http://www.fotiweb.com/?p=19" rel="nofollow">http://www.fotiweb.com/?p=19</a><br />
I would strongly recommend using one of those methods instead.<br />
As for your example, it&#8217;s hard to tell what you might be doing wrong without seeing a full code example.  Do you have a  that is overriding the window.onload?  Or do you perhaps have another window.onload method that is overriding it?  You could try throwing some alert statements into the JavaScript to see what it&#8217;s doing.</p>
<p>But like I said, check out one of the other methods in my follow up post.  They are much better and well tested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-3772</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 12 Oct 2007 14:19:53 +0000</pubDate>
		<guid>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-3772</guid>
		<description>Here is the top part of my webpage:




NETPAW


 

window.onload = activateActiveX;



&lt;!--Set the font for the system--&gt;


&lt;!--Display the system background--&gt;


&lt;!--Display the system heading--&gt;



Version 1.2.8





I also copied and pasted the other code into a file called activeX.js and placed that file in the same directory as the code above. It still does not work for me (requires click to activate control). Can you tell me what I am doing wrong?

Thanks,

Bob.</description>
		<content:encoded><![CDATA[<p>Here is the top part of my webpage:</p>
<p>NETPAW</p>
<p>window.onload = activateActiveX;</p>
<p><!--Set the font for the system--></p>
<p><!--Display the system background--></p>
<p><!--Display the system heading--></p>
<p>Version 1.2.8</p>
<p>I also copied and pasted the other code into a file called activeX.js and placed that file in the same directory as the code above. It still does not work for me (requires click to activate control). Can you tell me what I am doing wrong?</p>
<p>Thanks,</p>
<p>Bob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rapid</title>
		<link>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-2221</link>
		<dc:creator>rapid</dc:creator>
		<pubDate>Thu, 10 May 2007 08:49:54 +0000</pubDate>
		<guid>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-2221</guid>
		<description>Take a look at this solution with just 2 lines of code.


this site which has a solution to flash objects 'click here to activate control' not seen it before anywhere and it works on blogs as well. http://clickheretoactivate.blogspot.com/</description>
		<content:encoded><![CDATA[<p>Take a look at this solution with just 2 lines of code.</p>
<p>this site which has a solution to flash objects &#8216;click here to activate control&#8217; not seen it before anywhere and it works on blogs as well. <a href="http://clickheretoactivate.blogspot.com/" rel="nofollow">http://clickheretoactivate.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fotiweb &#187; Blog Archive &#187; “Click to activate and use this control” - Part 2</title>
		<link>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-1444</link>
		<dc:creator>Fotiweb &#187; Blog Archive &#187; “Click to activate and use this control” - Part 2</dc:creator>
		<pubDate>Mon, 12 Feb 2007 17:24:08 +0000</pubDate>
		<guid>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-1444</guid>
		<description>[...] In my original post, I discussed a method that involved searching for all of the ActiveX content and replacing it with it&#8217;s own outterHTML. As it turns out, I was on to something. But I lacked the need for this fix, and I always considered it to be somewhat experimental. I was never able to put much time into evolving it. Fortunately, I wasn&#8217;t the only one taking this approach. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] In my original post, I discussed a method that involved searching for all of the ActiveX content and replacing it with it&#8217;s own outterHTML. As it turns out, I was on to something. But I lacked the need for this fix, and I always considered it to be somewhat experimental. I was never able to put much time into evolving it. Fortunately, I wasn&#8217;t the only one taking this approach. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Foti</title>
		<link>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-1442</link>
		<dc:creator>Peter Foti</dc:creator>
		<pubDate>Wed, 07 Feb 2007 15:20:00 +0000</pubDate>
		<guid>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-1442</guid>
		<description>Steve, could you post an example that demonstrates what you mean?</description>
		<content:encoded><![CDATA[<p>Steve, could you post an example that demonstrates what you mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Haiman</title>
		<link>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-1441</link>
		<dc:creator>Steve Haiman</dc:creator>
		<pubDate>Tue, 06 Feb 2007 16:01:41 +0000</pubDate>
		<guid>http://www.fotiweb.com/2006/05/10/click-to-activate-and-use-this-control-the-fix/#comment-1441</guid>
		<description>Relative to putting the focus on the activex control, all works well with postback.  However, when I use Ajax to reload the control without postback, the control loses focus even if I call the activateActiveX function.  Have you seen any fixes for this?  Thanks.

Steve</description>
		<content:encoded><![CDATA[<p>Relative to putting the focus on the activex control, all works well with postback.  However, when I use Ajax to reload the control without postback, the control loses focus even if I call the activateActiveX function.  Have you seen any fixes for this?  Thanks.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>
