Pages

4/14/2006

MS Office::Browser Window



It is a pain for Office documents to open in the current IE browser window.

-------------------------------------------
Steps to enable Doc links to open outside of IE:
1. Launch Windows Explorer.
2. From the Tools menu, select Folder Options.
3. From the Options dialog box, click the File Types tab.
4. From the listing of "Registered File Types," select "Microsoft Word Document," and click the Advanced button.
5. From the Edit File Type screen, clear the "Browse in same window" check box, which toggles whether a Word document is launched outside of Internet Explorer.
6. Click OK to close the dialog boxes.

OR - create a registry file from the lines below and merge it in registry.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.8]
@="Microsoft Word Document"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.8]
@="Microsoft Excel Worksheet"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PowerPoint.Show.8]
@="Microsoft PowerPoint Presentation"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Visio.Drawing.6]
@="Microsoft Visio Drawing"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

No comments: