Forum Moderators: mack
I think every one of you knows the following line;
body onload="MyWindow=window.open('main.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=600,left=0,top=0')"
I know this opens a 'bald' popup window, but what do i have to change to make the main page 'bald' without getting 'triggered' from another page?
In other (maybe simpler) words..
How do i remove the toolbar, scrollbars, etc.
Resize the window, and make it unresizable
And, if possible, i want the titlebar removed
Can this be done with 1 line of HTML or do i need Java?