Parts of a Visio 2003 Drawing May Be Missing When You Open the Drawing by Using the Opera Web Browser (828961)



The information in this article applies to:

  • Microsoft Office Visio Professional 2003
  • Microsoft Office Visio Standard 2003

SYMPTOMS

When you use the Opera Web browser to open a Microsoft Office Visio 2003 drawing that has been saved as a Web page, parts of the drawing may be missing.

CAUSE

This behavior occurs because the Opera Web browser is recognized as being compatible with Microsoft Internet Explorer 5.0, and not the later versions of Internet Explorer.

RESOLUTION

To resolve this problem so that the Opera Web browser is treated like a browser that has the same functionality as later versions of Internet Explorer, edit the Frameset.js file and replace the following text:
	MSIE = true;

with the following text:
	if(navigator.userAgent.indexOf("Opera") == -1)
	{
	MSIE = true;
	}

This text is found in the block that starts with "if(indexOfMSIE != -1)" at the top of the Frameset.js file.

MORE INFORMATION

For additional information, click the following article numbers to view the articles in the Microsoft Knowledge Base:

272413 HOWTO: Determine Browser Type in Server-Side Script Without the BrowserType Object

292704 STS: Multiple JavaScript Execution Error Messages When You Use the Opera Web Browser


Modification Type:MinorLast Reviewed:1/12/2006
Keywords:kbprb KB828961 kbAudDeveloper kbAudITPRO