word resize problem in frameset

  • Thread starter Thread starter dragooon
  • Start date Start date
D

dragooon

Does anybody notice that word document does not work with frameset? If
you load a word document into a frame, this frame then can not be resized,
but if you load other office documents it works just fine. Is there any
workaround? Thanks!
 
Hi dragooon,

This newsgroup is mainly for dev related questions.

As for your question, I've done some test on my side using Word 2007 and
IE7: it seems the frame is resizing correctly:


<html>

<head>
<title>Untitled 1</title>
</head>

<frameset cols="150,*">
<frame name="contents" target="main" src="left.htm">
<frame name="main" src="test.doc" scrolling="auto">
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>


Sincerely,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
I have also noticed this problem and have spent all day trying to figure it out, but with no luck. If you figure it out please let me know, and I will be sure to post if I do.

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top