Hi there,
Is it possible to create a blank htm page and use it as the target when opening another file in a popup window? In other words, the blank.htm becomes the default popup where I can set focus properties and when I create a popup link the associated content opens in the blank.htm page.
Currently I am using the popup routine below. Help appreciated.
<a href="flood.doc" title="Link to Canadian Artist WJ Flood Doc" onclick="window.open('flood.doc', '', 'left=350, top=10, location=yes, menubar=yes, scrollbars=yes, status=yes, resizable=yes, titlebar=yes, height=600, width=500'); return false;" onkeypress="window.open('flood.doc', '', 'left=350, top=10, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, titlebar=no, height=600, width=500'); return false;">
I want to define a popup and use it as the target (frame?) for all my popups.
Is it possible to create a blank htm page and use it as the target when opening another file in a popup window? In other words, the blank.htm becomes the default popup where I can set focus properties and when I create a popup link the associated content opens in the blank.htm page.
Currently I am using the popup routine below. Help appreciated.
<a href="flood.doc" title="Link to Canadian Artist WJ Flood Doc" onclick="window.open('flood.doc', '', 'left=350, top=10, location=yes, menubar=yes, scrollbars=yes, status=yes, resizable=yes, titlebar=yes, height=600, width=500'); return false;" onkeypress="window.open('flood.doc', '', 'left=350, top=10, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, titlebar=no, height=600, width=500'); return false;">
I want to define a popup and use it as the target (frame?) for all my popups.