Link to home
Create AccountLog in
Avatar of rpsc3
rpsc3

asked on

Resize Contents to fit Window

Hello,

I am currently seeking a way to resize the contents of a web page that I do not control, to fit the current browser window size. The page contains text as well as images, and I'd need it to resize the images as well. It needs to be compatible with IE6 - however other browsers would be a bonus. This could be through an iframe or with plain javascript. I am open to any suggestions on how I could achieve this.

Many Thanks,

rpsc3.
ASKER CERTIFIED SOLUTION
Avatar of Russell2566
Russell2566
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of frindo
frindo

I don't believe there is a way to visually reduce the size of any webpage that you do not control so that it no longer has a horizontal scroll bar (I assume this is what you mean).

Actually resizing an entire webpage would require manually changing the width and height attributes of each individual object on the page. (in addition to changing the font size). I am not sure if a proxy website exists which already does this. Maybe another expert will know....
Avatar of rpsc3

ASKER

Thanks for the fast responses. Basically we use a web based traffic monitoring system, and are currently looking to use some new Samsung Intelligent monitors that have an embedded version of XP. The monitor can display web pages, however when you have multiple windows then it simply resizes the window - leaving scroll bars all over the content. As we cannot really edit the code (as we still want it to appear normal for everyone else's browser) I am looking for a way of basically taking shrinking that entire page down to the visible size that you can see on the screen.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Forced accept.

Computer101
EE Admin