open word document in frame

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shanmugamit
    New Member
    • Feb 2008
    • 45

    open word document in frame

    i want open word document in frame but its ask open or save file..not open in frame....here is my code
    Code:
    <frameset cols="120,*">
    <frame src='sample.html'>
    <frame name='openfile' src='sample.doc'>
    </frameset>
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    yes ... that is the default browser-behaviour. unless you hav your browser confiured in a way to open specific file-types with a plugin or use an activeX-component to handle the word-doc then you get this message from the browser, since it is no web-standard compliant content-type.

    kind regards

    Comment

    Working...