Forum Moderators: open
function openMax() {
var wihe = 'width='+screen.availWidth+',height='+screen.availHeight;
window.open("ht*p://www.example.com/",
"foo",
"screenX=1,screenY=1,left=1,top=1," + wihe);
}
Please use the JavaScript forum for questions like this...
It opens a popup as wide and tall as the screen, not a maximized popup.
With maximized I mean a window as it appears (os: Windows, not Mac) when clicked the button wich stands to the left of "close", in the upper right corner.
It should be a window that the user cannot drag around, and without resize angles.
thanks