Click to See Complete Forum and Search --> : Screen Fit


Gideonn
03-26-2003, 07:05 PM
Hello,

I want to have my webpage stay in 800X600 resolution at all times no matter what the users resolution is set to. I used to have a script to do this but now I do not... What do I have to do to do this... I am using frames on my page so I assume that I would enter the script in the Index.htm page? Please help thanks.

khalidali63
03-26-2003, 07:26 PM
I dont think you can set width and height for frames,but what you can do is in the index.html create a dynamic window
window.open("frames.html""main","width=400,height=400")

you can get set whatever width and height this way..

Hope this helps

Khalid

Gideonn
03-26-2003, 10:34 PM
Thank you very much! So you did bring up a valid point... What if they are at a lower res... When the browser is set to a larger res I guess the veiw would just be smaller? Thanks.

Gideonn
03-26-2003, 10:38 PM
Also I entered this and it does change the size of the browser but I need the page to be stretched to fit 800X600. Do you know what I am talking about? Thanks.