<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Solve IE Crash when Onloads Office Document</title>
	<atom:link href="http://www.ocxt.com/archives/5/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ocxt.com/archives/5</link>
	<description>ActiveX document container for hosting Office documents and PDF (including Adobe PDF, Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project and Microsoft Visio documents)</description>
	<lastBuildDate>Sat, 19 Nov 2011 03:49:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: office viewer</title>
		<link>http://www.ocxt.com/archives/5#comment-104</link>
		<dc:creator>office viewer</dc:creator>
		<pubDate>Fri, 17 Oct 2008 09:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.edrawsoft.com/weboffice/blog/?p=5#comment-104</guid>
		<description>Only call the Open method in the NotifyCtrlReadyEvent.

Sub NotifyCtrlReadyEvent ()
OA1.Open &quot;http://www.ocxt.com/demo/samples/sample.doc&quot;
End Sub</description>
		<content:encoded><![CDATA[<p>Only call the Open method in the NotifyCtrlReadyEvent.</p>
<p>Sub NotifyCtrlReadyEvent ()<br />
OA1.Open &#8220;http://www.ocxt.com/demo/samples/sample.doc&#8221;<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PauloVilela</title>
		<link>http://www.ocxt.com/archives/5#comment-99</link>
		<dc:creator>PauloVilela</dc:creator>
		<pubDate>Tue, 14 Oct 2008 12:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.edrawsoft.com/weboffice/blog/?p=5#comment-99</guid>
		<description>where is the moderation?</description>
		<content:encoded><![CDATA[<p>where is the moderation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: office viewer</title>
		<link>http://www.ocxt.com/archives/5#comment-12</link>
		<dc:creator>office viewer</dc:creator>
		<pubDate>Sat, 18 Aug 2007 07:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.edrawsoft.com/weboffice/blog/?p=5#comment-12</guid>
		<description>The follow is a Javascript sample:

&lt;script language = javascript id=clientEventHandlersJS &gt;
function OA1_NotifyCtrlReady()
{
// alert(&quot;fasdfdasf&quot;);
}
&lt;/script&gt;

&lt;script language = javascript FOR=OA1 event = NotifyCtrlReady&gt;
OA1_NotifyCtrlReady()
&lt;/script &gt;

&lt;body Onload=&quot;InitCtrl()&quot;&gt;</description>
		<content:encoded><![CDATA[<p>The follow is a Javascript sample:</p>
<p>&lt;script language = javascript id=clientEventHandlersJS &gt;<br />
function OA1_NotifyCtrlReady()<br />
{<br />
// alert(&#8220;fasdfdasf&#8221;);<br />
}<br />
&lt;/script&gt;</p>
<p>&lt;script language = javascript FOR=OA1 event = NotifyCtrlReady&gt;<br />
OA1_NotifyCtrlReady()<br />
&lt;/script &gt;</p>
<p>&lt;body Onload=&#8221;InitCtrl()&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: author</title>
		<link>http://www.ocxt.com/archives/5#comment-6</link>
		<dc:creator>author</dc:creator>
		<pubDate>Thu, 31 May 2007 05:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.edrawsoft.com/weboffice/blog/?p=5#comment-6</guid>
		<description>&lt;p&gt;&lt;html&gt;&lt;br&gt;
&lt;head&gt;&lt;br&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&gt;&lt;br&gt;
&lt;title&gt;EDraw Office Viewer Component&lt;/title&gt;&lt;br&gt;
&lt;SCRIPT FOR=EDrawOfficeViewer1 EVENT=NotifyCtrlReady()&gt;&lt;br&gt;
NotifyCtrlReadyEvent()&lt;br&gt;
&lt;/SCRIPT&gt;&lt;br&gt;
&lt;/head&gt;&lt;br&gt;
&lt;script language=&quot;VBScript&quot;&gt;&lt;br&gt;
Sub NotifyCtrlReadyEvent ()&lt;br&gt;
EDrawOfficeViewer1.Open &quot;http://www.ocxt.com/demo/sample.doc&quot;&lt;br&gt;
End Sub &lt;br&gt;
&lt;/script&gt;&lt;br&gt;
&lt;br&gt;
&lt;body&gt;&lt;br&gt;
&lt;object classid=&quot;clsid:053AFEBA-D968-435F-B557-19FF76372B1B&quot; 
id=&quot;EDrawOfficeViewer1&quot; width=&quot;657&quot; height=&quot;452&quot;&gt;&lt;br&gt;
&lt;param name=&quot;Titlebar&quot; value=&quot;-1&quot;&gt;&lt;br&gt;
&lt;param name=&quot;Toolbars&quot; value=&quot;0&quot;&gt;&lt;br&gt;
&lt;param name=&quot;Caption&quot; value=&quot;EDraw Office Viewer Component&quot;&gt;&lt;br&gt;
&lt;param name=&quot;Menubars&quot; value=&quot;-1&quot;&gt;&lt;br&gt;
&lt;param name=&quot;BorderStyle&quot; value=&quot;1&quot;&gt;&lt;br&gt;
&lt;param name=&quot;BorderColor&quot; value=&quot;-2147483632&quot;&gt;&lt;br&gt;
&lt;param name=&quot;BackColor&quot; value=&quot;16777215&quot;&gt;&lt;br&gt;
&lt;param name=&quot;ForeColor&quot; value=&quot;12632256&quot;&gt;&lt;br&gt;
&lt;param name=&quot;TitlebarColor&quot; value=&quot;-2147483635&quot;&gt;&lt;br&gt;
&lt;param name=&quot;TitlebarTextColor&quot; value=&quot;-2147483634&quot;&gt;&lt;br&gt;
&lt;param name=&quot;WaitingText&quot; value=&quot;Loading the office document!&quot;&gt;&lt;br&gt;
&lt;param name=&quot;DocumentFullName&quot; value&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu&quot; value=&quot;&amp;File&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_New&quot; value=&quot;&amp;New... Ctrl+N&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_Open&quot; value=&quot;&amp;Open... Ctrl+O&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_Close&quot; value=&quot;&amp;Close&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_Save&quot; value=&quot;&amp;Save Ctrl+S&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_SaveAs&quot; value=&quot;Save &amp;As...&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_PageSetup&quot; value=&quot;Page Set&amp;up...&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_PrintPreview&quot; value=&quot;Print Pre&amp;view&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_Print&quot; value=&quot;&amp;Print...&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_Properties&quot; value=&quot;Propert&amp;ies&quot;&gt;&lt;br&gt;
&lt;param name=&quot;FileMenu_ExitPrintPreview&quot; value=&quot;E&amp;xit Preview&quot;&gt;&lt;br&gt;
&lt;/object&gt;&lt;br&gt;
&lt;/body&gt;&lt;br&gt;
&lt;/html&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&gt;<br />
&lt;title&gt;EDraw Office Viewer Component&lt;/title&gt;<br />
&lt;SCRIPT FOR=EDrawOfficeViewer1 EVENT=NotifyCtrlReady()&gt;<br />
NotifyCtrlReadyEvent()<br />
&lt;/SCRIPT&gt;<br />
&lt;/head&gt;<br />
&lt;script language=&quot;VBScript&quot;&gt;<br />
Sub NotifyCtrlReadyEvent ()<br />
EDrawOfficeViewer1.Open &quot;<a href="http://www.ocxt.com/demo/sample.doc&quot;" rel="nofollow">http://www.ocxt.com/demo/sample.doc&quot;</a><br />
End Sub <br />
&lt;/script&gt;</p>
<p>&lt;body&gt;<br />
&lt;object classid=&quot;clsid:053AFEBA-D968-435F-B557-19FF76372B1B&quot;<br />
id=&quot;EDrawOfficeViewer1&quot; width=&quot;657&quot; height=&quot;452&quot;&gt;<br />
&lt;param name=&quot;Titlebar&quot; value=&quot;-1&quot;&gt;<br />
&lt;param name=&quot;Toolbars&quot; value=&quot;0&quot;&gt;<br />
&lt;param name=&quot;Caption&quot; value=&quot;EDraw Office Viewer Component&quot;&gt;<br />
&lt;param name=&quot;Menubars&quot; value=&quot;-1&quot;&gt;<br />
&lt;param name=&quot;BorderStyle&quot; value=&quot;1&quot;&gt;<br />
&lt;param name=&quot;BorderColor&quot; value=&quot;-2147483632&quot;&gt;<br />
&lt;param name=&quot;BackColor&quot; value=&quot;16777215&quot;&gt;<br />
&lt;param name=&quot;ForeColor&quot; value=&quot;12632256&quot;&gt;<br />
&lt;param name=&quot;TitlebarColor&quot; value=&quot;-2147483635&quot;&gt;<br />
&lt;param name=&quot;TitlebarTextColor&quot; value=&quot;-2147483634&quot;&gt;<br />
&lt;param name=&quot;WaitingText&quot; value=&quot;Loading the office document!&quot;&gt;<br />
&lt;param name=&quot;DocumentFullName&quot; value&gt;<br />
&lt;param name=&quot;FileMenu&quot; value=&quot;&amp;amp;File&quot;&gt;<br />
&lt;param name=&quot;FileMenu_New&quot; value=&quot;&amp;amp;New&#8230; Ctrl+N&quot;&gt;<br />
&lt;param name=&quot;FileMenu_Open&quot; value=&quot;&amp;amp;Open&#8230; Ctrl+O&quot;&gt;<br />
&lt;param name=&quot;FileMenu_Close&quot; value=&quot;&amp;amp;Close&quot;&gt;<br />
&lt;param name=&quot;FileMenu_Save&quot; value=&quot;&amp;amp;Save Ctrl+S&quot;&gt;<br />
&lt;param name=&quot;FileMenu_SaveAs&quot; value=&quot;Save &amp;amp;As&#8230;&quot;&gt;<br />
&lt;param name=&quot;FileMenu_PageSetup&quot; value=&quot;Page Set&amp;amp;up&#8230;&quot;&gt;<br />
&lt;param name=&quot;FileMenu_PrintPreview&quot; value=&quot;Print Pre&amp;amp;view&quot;&gt;<br />
&lt;param name=&quot;FileMenu_Print&quot; value=&quot;&amp;amp;Print&#8230;&quot;&gt;<br />
&lt;param name=&quot;FileMenu_Properties&quot; value=&quot;Propert&amp;amp;ies&quot;&gt;<br />
&lt;param name=&quot;FileMenu_ExitPrintPreview&quot; value=&quot;E&amp;amp;xit Preview&quot;&gt;<br />
&lt;/object&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.ocxt.com/archives/5#comment-3</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 30 May 2007 18:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.edrawsoft.com/weboffice/blog/?p=5#comment-3</guid>
		<description>I&#039;m having issues using OA1_NotifyCtrlReady function on load to open a web document, IE crashes after a few seconds.

I&#039;m using the downloaded asp.net sample and I added this procedure

Sub OA1_NotifyCtrlReady()
    OA1.Open &quot;http://localhost/Test/Sample.doc&quot;
End Sub

is there a better way to open a document from the start?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having issues using OA1_NotifyCtrlReady function on load to open a web document, IE crashes after a few seconds.</p>
<p>I&#8217;m using the downloaded asp.net sample and I added this procedure</p>
<p>Sub OA1_NotifyCtrlReady()<br />
    OA1.Open &#8220;http://localhost/Test/Sample.doc&#8221;<br />
End Sub</p>
<p>is there a better way to open a document from the start?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

