Click to See Complete Forum and Search --> : parent window resize problem


munna
08-21-2003, 04:32 AM
Hi,
I'm looking for javascript that will do this:
when I click on a link, it will open the link in a new window, and resize the parent window as well so that each of them take up half the available screen space each. Is this possible with javascript? If anyone can give me some help (or even the code itself!) I'd be really grateful.

A1ien51
08-21-2003, 07:39 AM
First off, why don't you just use frames?

But if you still go this route:
things you need to look into
window.resizeTo(W,H)
Screen Width/Height