[thelist] IE popup windows

Simon Dell simondl at epic.co.uk
Wed Jan 23 06:41:45 CST 2002


At 12:26 23/01/02 +0000, you wrote:
>Hi everyone,
>
>just a quick question, im automatically opening a new window, now Ive seen
>some pop up windows on some site take away the title bar - so the pop up
>looked like a page floating above the site behind it - does anyone know how
>this is done, or know of a site that has a window that does this so i can go
>and get the code?

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..
string_Properties: properties of the page, quoted, in name=value pair form
                         eg: 
"width=300,height=300,status=no,menubar=no,scrollbars=no"

there's loads of other properties you can use

HTH
simon





More information about the thelist mailing list