word resize problem in frameset

This is a discussion on "word resize problem in frameset" within the Web Page Design section. This forum, and the thread "word resize problem in frameset are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 13th, 2007, 16:38
New Member
Join Date: Feb 2007
Location: San Diego
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
word resize problem in frameset

I am not sure if this is the correct way to go about it but I would like to re-awaken the thread in the link below:

http://www.webforumz.com/dotnet-fram...n-frameset.htm

I know that the problem does not exist using Word 2007 and IE 7, but upgrading is not an option at this point. Is there a work arround when using an earlier version of word. I am testing using Word 2003, and IE 7.

To Sum up the thread:

Quote:
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.
The response:

Quote:
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>
I have taken the html posted and tested it with word 2003 and it has the resizing issue. Any help would be appricated.
Reply With Quote

  #2 (permalink)  
Old Feb 13th, 2007, 21:14
BGarner's Avatar
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: word resize problem in frameset

Can you post a link to this page so we can see the resizing?
Reply With Quote
  #3 (permalink)  
Old Feb 13th, 2007, 21:20
New Member
Join Date: Feb 2007
Location: San Diego
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: word resize problem in frameset

There is no public page that I am aware of. I just used notepad, pasted in the html that I quoted above, created a Word document named "test.doc", and created a html file called left.htm. All of these files were on my desktop. I open the html page with the frames in it and they do not resize. If I have another html page loaded into the right frame instead of the word document, the frames resize correctly.
Reply With Quote
  #4 (permalink)  
Old Feb 13th, 2007, 21:27
BGarner's Avatar
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: word resize problem in frameset

Is this what you're looking for?

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

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

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

What is the purpose of this frame? What are you trying to do? Could it be done more easily using a different method?
Reply With Quote
  #5 (permalink)  
Old Feb 13th, 2007, 22:21
New Member
Join Date: Feb 2007
Location: San Diego
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: word resize problem in frameset

What I am doing is I am opening up a document in one frame and opening up a web form above that document in a different frame. I can't very well post the code because it is part of a full application. The method that is used with the frames works to open PDF files, Excel files, etc. and all of them resize correctly.

Try this: replace

<frame name="main" src="test.doc" scrolling="auto">

with

<frame name="main" src="test.pdf" scrolling="auto">

(and create the test.pdf in the same folder)

and you will see what I mean. When the pdf is loaded in the frame resizing works. When the word document is loaded into the frame resizing the frame does not work.
Reply With Quote
Reply

Tags
frameset, problem, resize, word

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Resize problem of frames inside iframe sandeep Web Page Design 4 May 29th, 2008 15:12
resize problem somsahi Web Page Design 5 Aug 22nd, 2006 20:34
FRAMESET and JS comaiwat Web Page Design 1 Mar 29th, 2006 08:23
PHP Image Resize problem jono PHP Forum 6 Jun 7th, 2005 11:34
Frameset target help please charter Flash & Multimedia Forum 4 Mar 28th, 2004 10:05


All times are GMT. The time now is 21:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43