Microsoft KB Archive/173612: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
Line 79: Line 79:
<ul>
<ul>
<li><p>The Web page that contains the Microsoft Excel workbook uses Hypertext Markup Language (HTML) code similar to the following to load the workbook:</p>
<li><p>The Web page that contains the Microsoft Excel workbook uses Hypertext Markup Language (HTML) code similar to the following to load the workbook:</p>
<pre class="codesample">      <IFRAME SRC=&quot;http://myserver/test.xls&quot; WIDTH=600 HEIGHT=400&gt;
<pre class="codesample">      <IFRAME SRC=&quot;http://myserver/test.xls&quot; WIDTH=600 HEIGHT=400>
       </IFRAME&gt;
       </IFRAME>
                         </pre>
                         </pre>
<p>-and-<br />
<p>-and-<br />
Line 96: Line 96:
== RESOLUTION ==
== RESOLUTION ==


To prevent this problem from occurring, do not redisplay a Web page that contains a Microsoft Excel workbook contained in an <IFRAME&gt; tag. If you must redisplay the Web page, quit and restart Microsoft Internet Explorer, and then display the Web page.
To prevent this problem from occurring, do not redisplay a Web page that contains a Microsoft Excel workbook contained in an <IFRAME> tag. If you must redisplay the Web page, quit and restart Microsoft Internet Explorer, and then display the Web page.


</div>
</div>
Line 110: Line 110:
== MORE INFORMATION ==
== MORE INFORMATION ==


In the HTML code, you can use the <IFRAME&gt; tag to define a floating frame within a Web page. By specifying a source (SRC) argument that refers to a file you want to use, you can have floating frames contain HTML documents or other types of documents. This includes Microsoft Excel workbooks.<br />
In the HTML code, you can use the <IFRAME> tag to define a floating frame within a Web page. By specifying a source (SRC) argument that refers to a file you want to use, you can have floating frames contain HTML documents or other types of documents. This includes Microsoft Excel workbooks.<br />
<br />
<br />
When you display a Microsoft Excel workbook in a floating frame, you may receive the error message mentioned in the &quot;Symptoms&quot; section if you redisplay the Web page that contains the floating frame.<br />
When you display a Microsoft Excel workbook in a floating frame, you may receive the error message mentioned in the &quot;Symptoms&quot; section if you redisplay the Web page that contains the floating frame.<br />

Revision as of 01:05, 21 July 2020

Knowledge Base


Article ID: 173612

Article Last Modified on 9/24/2002



APPLIES TO

  • Microsoft Internet Explorer 3.0
  • Microsoft Excel 97 Standard Edition



This article was previously published under Q173612


SYMPTOMS

When you view a Web page that contains a Microsoft Excel workbook in Microsoft Internet Explorer, version 3.x, you may receive the following error message:

This program has performed an illegal operation and will be shut down.
If the problem persists, contact the program vendor.

If you click Details, you receive one of the following error messages, possibly more than once:

IEXPLORE caused an invalid page fault in module MSHTML.DLL at 0137:635b0457.

IEXPLORE caused an invalid page fault in module KERNEL32.DLL at 0137:bff798fb.

CAUSE

This problem may occur when the following conditions are true:

  • The Web page that contains the Microsoft Excel workbook uses Hypertext Markup Language (HTML) code similar to the following to load the workbook:

          <IFRAME SRC="http://myserver/test.xls" WIDTH=600 HEIGHT=400>
          </IFRAME>
                            

    -and-

  • After you view the Web page in Microsoft Internet Explorer, you either proceed on to another Web page, or you return to the previously-viewed page by clicking the Back button on the toolbar. -and-

  • You then return to the Web page that contains the Microsoft Excel workbook, either by clicking the Back button or the Forward button or by re-entering the URL for the Web page in the Address box.


RESOLUTION

To prevent this problem from occurring, do not redisplay a Web page that contains a Microsoft Excel workbook contained in an <IFRAME> tag. If you must redisplay the Web page, quit and restart Microsoft Internet Explorer, and then display the Web page.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

In the HTML code, you can use the <IFRAME> tag to define a floating frame within a Web page. By specifying a source (SRC) argument that refers to a file you want to use, you can have floating frames contain HTML documents or other types of documents. This includes Microsoft Excel workbooks.

When you display a Microsoft Excel workbook in a floating frame, you may receive the error message mentioned in the "Symptoms" section if you redisplay the Web page that contains the floating frame.

For more information about other problems associated with floating frames and Microsoft Excel workbooks, please see the following article in the Microsoft Knowledge Base:

157353 OFF97: Show Office Toolbars Button may not be Available



Additional query words: XL97

Keywords: kbweb kbprb KB173612