Visio2000: Blank Page in the Frameset Generated by Visio When You Click Back Button in Browser (288704)
The information in this article applies to:
- Microsoft Visio 2000 Standard Edition
- Microsoft Visio 2000 Professional Edition
- Microsoft Visio 2000 Technical Edition
- Microsoft Visio 2000 Enterprise Edition
This article was previously published under Q288704 SYMPTOMS
When you view a Hypertext Markup Language (HTML) frameset document created by Microsoft Visio, and you click the Back button in your Web browser, you may see a blank frame page.
CAUSE
Visio has no settings or preferences to prevent the JavaScript tag that generates this page.
RESOLUTION
Edit the frameset document to eliminate the BlankPage reference; you can use any text editor that can save in text-only format. To do this, follow these steps. NOTE: These steps assume that you saved the drawing as MyDocument.htm.
- Open the MyDoument_frame.htm file in a text editor, such as Microsoft Notepad, Microsoft WordPad, or Microsoft Word.
- Locate the following line:
new FileEntry('Page-1', '', 'MyDocument1_raster.htm'),
- Select and copy the Uniform Resource Locator (URL) or file name (MyDocument1_raster.htm) on that line.
- Locate the following line:
...frame name="frmPageView" src="javascript:parent.BlankPage('white')"
frameborder="no"... - Select the following text on that line; do not select the surrounding quotation marks:
javascript:parent.BlankPage('white')
Then, replace this text by pasting the URL or file name that you copied in step 3 (MyDoument_raster.htm) between the quotation marks. - Save the page in text format.
Modification Type: | Major | Last Reviewed: | 3/8/2001 |
---|
Keywords: | kbprb KB288704 |
---|
|