Microsoft KB Archive/157353

From BetaArchive Wiki
Knowledge Base


Article ID: 157353

Article Last Modified on 1/19/2007



APPLIES TO

  • Microsoft Internet Explorer 3.0
  • Microsoft Office 97 Standard Edition
  • Microsoft Word 97 Standard Edition
  • Microsoft Excel 97 Standard Edition
  • Microsoft PowerPoint 97 Standard Edition
  • Microsoft Access 97 Standard Edition



This article was previously published under Q157353


SYMPTOMS

When you view a Microsoft Office 97 document in Microsoft Internet Explorer version 3.0, the "Show Office Toolbars" button may not be visible on the toolbar, and you are unable to use toolbars belonging to the Microsoft Office 97 program.

CAUSE

This will occur if the document you are viewing is embedded within a Hypertext Markup Language (HTML) document through the use of an <IFRAME> tag.

RESOLUTION

To avoid this problem, do not embed a Microsoft Office document within <IFRAME> tags if the use of toolbars is absolutely necessary. Instead, open your document directly in Microsoft Internet Explorer 3.0, rather than embed it in an HTML document.

STATUS

This behavior is by design of Microsoft Internet Explorer version 3.0.

MORE INFORMATION

The "Show Office Toolbars" button appears on the toolbar in Microsoft Internet Explorer 3.0 when you open a document that belongs to a Microsoft Office 97 program, such as Microsoft Excel 97.

When you open a Microsoft Office document in Microsoft Internet Explorer 3.0, the following events occur:

  1. The document is opened and displayed.
  2. The Microsoft Office program's menus are displayed.
  3. Toolbars that are both undocked and visible are displayed.

NOTE: Toolbars that are both docked and visible are NOT automatically displayed. To display such toolbars, click the "Show Office Toolbars" button. If you want to hide the docked and visible toolbars again, click the "Hide Office Toolbars" button.

If you open an HTML document that contains a Microsoft Office document embedded within an <IFRAME> tag, the "Show Office Toolbars" button will not appear on the toolbar.

Here is an example of an HTML document that contains an embedded Microsoft Office document:

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

The <IFRAME> tag creates a floating frame that contains the specified Microsoft Office document.

If you open this HTML document, the Microsoft Excel workbook appears, but the "Show Office Toolbars" button does not.


Additional query words: grey gray OFF97 XL97 WORD97 ACC97 PPT97

Keywords: KB157353