J
John Kotuby
Hi all,
How do I get a popup window to appear within the boundaries of the parent
window?
I am using JavaScript Window.Open and setting top=1 and left=1 but that
causes it to show up in the top left corner of the screen itself. Setting
the location attribute to either 1 or 0 doesn't seem to make a difference
either.
An example:
window.open("popwin.aspx","popwin","title=hide,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,
width=550px,height=600px,top=1,left=1");
Any help would be appreciated.
How do I get a popup window to appear within the boundaries of the parent
window?
I am using JavaScript Window.Open and setting top=1 and left=1 but that
causes it to show up in the top left corner of the screen itself. Setting
the location attribute to either 1 or 0 doesn't seem to make a difference
either.
An example:
window.open("popwin.aspx","popwin","title=hide,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,
width=550px,height=600px,top=1,left=1");
Any help would be appreciated.