Hi All.
Thank you all for participating on this forum topic.
To jscheuer1: your code below works:
var newWin=window.open(whatever)
newWin.moveTo(0,0);
newWin.resizeTo(screen.width, screen.height);
ONE LAST THING:
I do not want the window to move once it's been popped up. I need to someone greyout and disable the "Restore Down" icon at the top right hand corner of the title bar (and perhaps the minimize and close icons too)
Does anyone out there know how to do that?
Any advice is appreciated.



Reply With Quote


Bookmarks