Popup object
The object with functions for working
with the popup window.
Addressing the Popup object:
window.external.Popup
Functions
Show(DocURL,Left,Top,Wid,Hgt)
Open a popup window, where DocURL is the URL of the document, Left
is the offset from the left side of the screen in pixels, Top is
the offset from the top side of the screen in pixels, Wid is the
width of the popup window, Hgt is the height of the popup window.
Call: window.external.Popup.Show(DocURL,Left,Top,Wid,Hgt);
Return value: no.
Hide()
Close the popup window.
Call: window.external.Popup.Hide();
Return value: no. |