jmurch Posted August 26, 2007 Share Posted August 26, 2007 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> Quote Link to comment https://forums.phpfreaks.com/topic/66708-open-msword-doc-in-frame-wont-work/ Share on other sites More sharing options...
matthewhaworth Posted August 26, 2007 Share Posted August 26, 2007 Wrong forum? Quote Link to comment https://forums.phpfreaks.com/topic/66708-open-msword-doc-in-frame-wont-work/#findComment-334258 Share on other sites More sharing options...
jmurch Posted August 26, 2007 Author Share Posted August 26, 2007 Maybe wrong forum. I've had alot of luck getting answers here and am using a php generated word xml file so I just naturally posted it here. Jeff Quote Link to comment https://forums.phpfreaks.com/topic/66708-open-msword-doc-in-frame-wont-work/#findComment-334267 Share on other sites More sharing options...
matthewhaworth Posted August 26, 2007 Share Posted August 26, 2007 Maybe wrong forum. I've had alot of luck getting answers here and am using a php generated word xml file so I just naturally posted it here. Jeff But it's not php :-(. Go to the HTML forum. Quote Link to comment https://forums.phpfreaks.com/topic/66708-open-msword-doc-in-frame-wont-work/#findComment-334270 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.