i've decided to use chromeless windows with my newest project but i've come across something that i rather distaste about them and i wasn't sure if it was something that could be fixed or not.
basically i'll have a splash page and i want a chromeless window to pop up when link is clicked but to a FITTED layout like 620x473. example of what i mean with my old site with a regular pop-up but i'm sure you get what i'm saying and what i want to do.
i've changed these within the javascript to the below which i figured was suppose to change the size of the window....
function openIT() {
theURL="main.html"
wname ="home"
W=620;
H=473;
so on and so on
but it's still maximizing out to the size of the given monitor i'm using at the time. is there something i'm doing wrong or is that just the way it is and can't be changed?
thanks.
basically i'll have a splash page and i want a chromeless window to pop up when link is clicked but to a FITTED layout like 620x473. example of what i mean with my old site with a regular pop-up but i'm sure you get what i'm saying and what i want to do.
i've changed these within the javascript to the below which i figured was suppose to change the size of the window....
function openIT() {
theURL="main.html"
wname ="home"
W=620;
H=473;
so on and so on
but it's still maximizing out to the size of the given monitor i'm using at the time. is there something i'm doing wrong or is that just the way it is and can't be changed?
thanks.
