How to open a Document file in a iframe ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hellboss
    New Member
    • Jun 2007
    • 50

    How to open a Document file in a iframe ?

    Hi im workin with asp.net , i want to open a document file using the iframe,
    When tried with the src property it didnt work, but the src works for the URLs
    So, my ques is "is it possible to open a .doc file in a iframe"
    The code which i used is given below.

    <iframe name="iframe" height="600" width="800" src="C:\SampleF older\TestDoc.d oc" id="Frame1"
    runat="server" language="javas cript" onblur="return IFRAME1_onblur( )"></iframe>

    Please provide me with a valid solution.

    Thanks in advance.
  • shweta123
    Recognized Expert Contributor
    • Nov 2006
    • 692

    #2
    Hi,

    It is possible to open the .doc file like the way you are opening it using iFrame. If it is not opening the document please check its file path.
    Also, you can display the .doc file by directly giving its link (as long word is installed on the machine too).




    Originally posted by hellboss
    Hi im workin with asp.net , i want to open a document file using the iframe,
    When tried with the src property it didnt work, but the src works for the URLs
    So, my ques is "is it possible to open a .doc file in a iframe"
    The code which i used is given below.

    <iframe name="iframe" height="600" width="800" src="C:\SampleF older\TestDoc.d oc" id="Frame1"
    runat="server" language="javas cript" onblur="return IFRAME1_onblur( )"></iframe>

    Please provide me with a valid solution.

    Thanks in advance.

    Comment

    Working...