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.
|
|
|
|
|
![]() |
||
word resize problem in frameset
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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:
Quote:
|
|
|
|
|||
|
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.
|
|
||||
|
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? |
|
|||
|
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. |
![]() |
| Tags |
| frameset, problem, resize, word |
| Thread Tools | |
|
|
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 |