Varying window resolutions on different frames

E

Etayki

Hi!

I am building a website that has two frames with a vertical divide.


Each frame displays a page from a different websites (such that the
site visitor can view two websites on my one web page).


Of course, this results in the nasty issue of horizontal scrolling.


To resolve this issue, I would like to have two different screen
resolution for each of the two frame windows. I do not want to change
the monitor resolution, only the two frame window resolutions within
the browser (this should not affect any other open window). Does this
sound like a crazy idea?


If this is possible at all, have I come to the right news group to ask?

If not, where should I turn to next? Is there some sort of "plug-in" to

achieve this effect?


If this is not possible, can anyone think of another idea to resolve
this horizontal scrolling issue? I do not want to place the window
frames in a column; they must remain in a row.
 
E

Evertjan.

Etayki wrote on 23 jan 2007 in comp.lang.javascript:
I am building a website that has two frames with a vertical divide.

Each frame displays a page from a different websites (such that the
site visitor can view two websites on my one web page).

Frames are generally a bad idea IMHO,
especially frames of different websites IF they are not yours to
manipulate.

If you must said:
Of course, this results in the nasty issue of horizontal scrolling.

To resolve this issue, I would like to have two different screen
resolution for each of the two frame windows. I do not want to change
the monitor resolution, only the two frame window resolutions within
the browser (this should not affect any other open window). Does this
sound like a crazy idea?
yes.

If this is possible at all,

no.

The screen resolution is set by the video board for the whole screen..
have I come to the right news group to ask?

If not, where should I turn to next? Is there some sort of "plug-in" to

achieve this effect?


If this is not possible, can anyone think of another idea to resolve
this horizontal scrolling issue? I do not want to place the window
frames in a column; they must remain in a row.

Using IE only, you can use css "zoom" for any element or a whole body,
but again, you should have access.

Or you can use xmlhttp to "mine" the content of the sites and incorprate
the content or parts of it in your web page.

Doing this serverside is much neater.

You should ask the cooncent of the owner methinks.
 

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

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top