473,473 Members | 1,933 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

word resize problem in frameset

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!
Jan 26 '07 #1
4 1275
And your ASP.NET question was?
"dragooon" <dr******@newsgroups.nospamwrote in message
news:uP**************@TK2MSFTNGP03.phx.gbl...
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!


Jan 26 '07 #2
I tried other group with no luck, so wanted to see if anyone here has a
clue?

"Scott M." <s-***@nospam.nospamwrote in message
news:eF**************@TK2MSFTNGP04.phx.gbl...
And your ASP.NET question was?
"dragooon" <dr******@newsgroups.nospamwrote in message
news:uP**************@TK2MSFTNGP03.phx.gbl...
>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!



Jan 28 '07 #3
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 (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.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/subscripti...t/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Jan 29 '07 #4
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
Feb 13 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Roberto | last post by:
Hello How can I define the size of this whole window, i.e. to 600 * 800 pixels ? Is there a script I can includre here? <FRAMESET FRAMEBORDER=0 BORDER=0 FRAMESPACING=0 ROWS="130,*"> <FRAME...
0
by: satish jupalli via .NET 247 | last post by:
Hi all, I have a word Add-in from which i will open a word new document. For this document I want to remove maximize, resize option. I'm able to remove the resize option using stsyle &=...
1
by: Major Johnson | last post by:
Just wondering if it's possible to resize frameset dimensions from code-behind? If so, how? In the example below, for instance, I'd like to NOT hard-code . <frameset rows="100,*" cols="*"...
4
by: xzzy | last post by:
VS 2003, code behind is C# Situation: 1. a webpage has 4 frames: TOP LEFT RIGHT BOTTOM
13
by: Giggle Girl | last post by:
Hi there, I am having a problem with the behavior of Firefox, where lefthand column content is not resized properly after it is "collapsed" and then "re-expanded". An online demo is available...
69
by: RC | last post by:
I know how to do this in JavaScript by window.open("newFile.html", "newTarget", "scrollbars=no,resizable=0,width=200,height=200"); The browser will open a new window size 200x200, not allow...
1
by: Miaaa Mukherjee | last post by:
Hello, I have created three different menu controls. 1)headercontrol.aspx(which contains mainimage heading and midmenu) 2)leftmenu.aspx(which contains the menu thru which we can open diff...
1
by: shanmugamit | last post by:
i want open word document in frame but its ask open or save file..not open in frame....here is my code <frameset cols="120,*"> <frame src='sample.html'> <frame name='openfile' src='sample.doc'>...
1
by: Mike Fellows | last post by:
I have some images stored locally that i retrieve and insert into a word document that is programatically created im using the following code If File.Exists("C:\Pic2.jpg") Then...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.