Forum Moderators: open
I am working on my digital portfolio/resume. I need the window the site opens in to have certain dementions to it. I've scoured the 'net trying to figure out how. I can make it a pop-up window, but then I've got an extra window just sitting there, which is no good. If anyone knows how to set a website's dimentions (width and height, not file size) Please tell me. Thank you.
Example
Original page:
OpenWin = this.open(page,"PopupWindow",'width=500,height=400,scrollbars=1');
Your sized page:
<body onload ="opener.close();">
Forgive me if the syntax is not correct, but it should get you where you are going, none the less. I hope ;)
Birdman
So your choices are either leaving the "extra" window open in the background, or seeing the permission alert box.