Jump to content

open msword doc in frame wont work?


jmurch

Recommended Posts

 

I'm tring to open word in a frame to read a word doc. Word will not cooperate. Is this possible to do?

 

TIA, Jeff

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

</head>

 

<frameset rows="*" cols="220,*" frameborder="no" border="0" framespacing="0">

  <frame src="tree/index.php" name="leftFrame" scrolling="Yes" noresize="noresize" id="leftFrame" title="leftFrame" />

  <frameset rows="40,*" frameborder="no" border="0" framespacing="0">

    <frame src="rfp_top.php" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />

    <frame src="doc.doc" name="mainFrame" id="mainFrame" title="mainFrame" />

  </frameset>

</frameset>

<noframes><body>

</body>

</noframes></html>

 

Link to comment
https://forums.phpfreaks.com/topic/66708-open-msword-doc-in-frame-wont-work/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.