OFF97: Show Office Toolbars Button may not be AvailableLast reviewed: December 6, 1996Article ID: Q157353 |
The information in this article applies to:
SYMPTOMSWhen 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.
CAUSEThis will occur if the document you are viewing is embedded within a HyperText Markup Language (HTML) document through the use of an <IFRAME> tag.
RESOLUTIONTo 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.
STATUSThis behavior is by design of Microsoft Internet Explorer version 3.0.
MORE INFORMATIONThe "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:
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 displays, but the "Show Office Toolbars" button does not.
|
KBCategory: kbusage kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |