I don't know where the problem is, my code, IE setup or intranet security, I
also do not know where and for what to look for - I've tried Google but I
don't know what to look for so I am getting millions of hits.
I any ideas will be appreciated.
(I get same results with Excel as with Word)
string officeDocScript = "<div>"
+ "<iframe width=\"75%\" height=\"55%\" name=\"fframe\" src=\"" + filePath +
"\">"
+ "<frame width=\"75%\" height=\"55%\" name=\"fframe\" src=\"" + filePath +
"\">"
+ "<embed src=\"" + filePath + "\">"
+ "</iframe></div>";
--
---------------------------------------------------
S.M. Altaf [MVP]
http://www.mendhak.com/
"Peter" <czu...@nospam.nospam> wrote in message
news:e0bPiS7q...@TK2MSFTNGP06.phx.gbl...
and if I click on "Open" the prompt just disappears and the document does
not display. If I look at the task manger the WINWORD.EXE is one of the
processes. If I close the webpage WINDWORD disaplears from the processes.
"S.M. Altaf [MVP]" <sma...@mNOSPAMsn.com> wrote in message
news:C2A3E4C0-7FC4-4B0A...@microsoft.com...
Go to file types in Windows Explorer, DOC, Advanced. You should see the
advanced edit file type dialog box, there should be a checkbox there that
says "Display file in same window" or something similar. That should get
your DOC files displaying within the browser.
--
---------------------------------------------------
S.M. Altaf [MVP]
http://www.mendhak.com/
"Peter" <czu...@nospam.nospam> wrote in message
news:OThyq77q...@TK2MSFTNGP04.phx.gbl...
"S.M. Altaf [MVP]" <sma...@mNOSPAMsn.com> wrote in message
news:CC7C331C-9DC3-4741...@microsoft.com...
I see that it's not even closed, so it's possible that WORD is being loaded
into the invisible frame and the other frame is prompting you to download on
the other systems. That would be why nothing opens when click "Open" on the
download dialog, because there's already an instance of WORD loaded on the
invisible frame.
"Peter" <czu...@nospam.nospam> wrote in message
news:e0bPiS7q...@TK2MSFTNGP06.phx.gbl...
is this problem the same with the former modal dialog one or another
separate issue within the same application? It seems this problem is quite
client-side specific and occurs sporadically which makes the
troubleshooting rather difficult.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd...@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Peter" <czu...@nospam.nospam>
>References: <e0bPiS7q...@TK2MSFTNGP06.phx.gbl>
<C2A3E4C0-7FC4-4B0A...@microsoft.com>
>Subject: Re: Open Word document through Iframe
>Date: Thu, 1 May 2008 14:09:42 -0500
Here's the registry fix:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.8]
@="Microsoft Office Word 97 - 2003 Document"
BrowserFlags"=dword:00000008
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.8]
@="Microsoft Excel Worksheet"
"BrowserFlags"=dword:00000008
"Fernando Rodriguez" <frodr...@mcp.microsoft.com> wrote in message
news:ON7LXi%23qIH...@TK2MSFTNGP03.phx.gbl...