[thelist] IE popup windows

MRC webmaster at equilon-mrc.com
Wed Jan 23 10:06:01 CST 2002


Simon,

> window.open(url_page,string_PageTitle,string_Propertines)
>
> url_page: url of the page you want to display in the new window
> string_PageTitle: the words appearing in the title bar of that window, if
> there is one..

    A small but important correction to your statement above: the
string_PageTitle string is not the title that appears in the title bar; it
is the window name, equivalent to window.name and analogous to the name
attribute of a frame (e.g., <frame name="MyFrame">). It may be referenced as
the value of the target attribute of link and form elements.

James Aylard





More information about the thelist mailing list