The
Show Office Toolbars button appears on
the toolbar in Internet Explorer 6.0 when you open a document that belongs to
an Office 97 program, such as Microsoft Excel 97.
When you open a
Microsoft Office document in Internet Explorer 6.0, the following events occur:
- The document is opened and displayed.
- The Office program's menus are displayed.
- 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 an Office document that is embedded in
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 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 Office document.
If you open this HTML document, the
Microsoft Excel workbook appears, but the
Show Office Toolbars
button does not.