Need some help here, I got this link
<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:doit()">Open Two Windows</a>
That goes to this script..
<script>
function doit(){
var w = screen.width;
var h = screen.height/2;
var n=window.open("topwinf.html", "n","width="+w+",height="+screen.height/25);
n.moveTo(0,0);
var timer=window.open("topwin.html","timer","width="+w+",height="+screen.height*.85);
timer.moveTo(0, screen.height*.10);
}
</script>
Its already the correct size but this is what people are saying...
iceafreak99: click on green light
iceafreak99: 2 wins open
iceafreak99: how are they positioned?
notcheese88: pretty close to perfect
notcheese88: the small top window
notcheese88: is all the way up top
notcheese88: the 2nd window covers that small one a little
notcheese88: and takes up the rest of the screen
iceafreak99: what do u mean takes up the rest?
notcheese88: its the size of the rest of the screen
.. plus
iceafreak99: click on green light
iceafreak99: and the two windows that pop open are they positioned right?
skaterguy198: sorta
iceafreak99: is the top one half-way hidden?
skaterguy198: yes
skaterguy198: and its kinda big
iceafreak99: big?
skaterguy198: well it takes over my entire screen
skaterguy198: including lil one
.. plus this is the person who first helped me works for her not for me
iceafreak99: so close
iceafreak99: !
iceafreak99: its too small the top
god_loves_07: What do you mean, "so close"?
god_loves_07: It works.
iceafreak99: or something
iceafreak99: hold on
iceafreak99: I tried it on both red.
iceafreak99: res
iceafreak99: and
iceafreak99: it didnt work
iceafreak99: the top is cut off half way
If your wondering what Im trying to do. Im trying to open two windows the top and bottom window are above and below each other no gaps no oversize just fits perfectly in everyones screen.
Please help.
Andrew
<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:doit()">Open Two Windows</a>
That goes to this script..
<script>
function doit(){
var w = screen.width;
var h = screen.height/2;
var n=window.open("topwinf.html", "n","width="+w+",height="+screen.height/25);
n.moveTo(0,0);
var timer=window.open("topwin.html","timer","width="+w+",height="+screen.height*.85);
timer.moveTo(0, screen.height*.10);
}
</script>
Its already the correct size but this is what people are saying...
iceafreak99: click on green light
iceafreak99: 2 wins open
iceafreak99: how are they positioned?
notcheese88: pretty close to perfect
notcheese88: the small top window
notcheese88: is all the way up top
notcheese88: the 2nd window covers that small one a little
notcheese88: and takes up the rest of the screen
iceafreak99: what do u mean takes up the rest?
notcheese88: its the size of the rest of the screen
.. plus
iceafreak99: click on green light
iceafreak99: and the two windows that pop open are they positioned right?
skaterguy198: sorta
iceafreak99: is the top one half-way hidden?
skaterguy198: yes
skaterguy198: and its kinda big
iceafreak99: big?
skaterguy198: well it takes over my entire screen
skaterguy198: including lil one
.. plus this is the person who first helped me works for her not for me
iceafreak99: so close
iceafreak99: !
iceafreak99: its too small the top
god_loves_07: What do you mean, "so close"?
god_loves_07: It works.
iceafreak99: or something
iceafreak99: hold on
iceafreak99: I tried it on both red.
iceafreak99: res
iceafreak99: and
iceafreak99: it didnt work
iceafreak99: the top is cut off half way
If your wondering what Im trying to do. Im trying to open two windows the top and bottom window are above and below each other no gaps no oversize just fits perfectly in everyones screen.
Please help.
Andrew