Hi all,
how can I bring up a new window please - on without menus.
I.e. - like the advertising windows, you can get them to appear without the title bar, scroll bar etc, has anyone done this before >
Printable View
Hi all,
how can I bring up a new window please - on without menus.
I.e. - like the advertising windows, you can get them to appear without the title bar, scroll bar etc, has anyone done this before >
You pass a comma delimited string for 'features', like "scrollbars=yes,menubar=no". There's at least twenty or so options you can use.Code:window.open(url, name, features, replace)
See if this link helps.
http://www.dhtmlshock.com/window-scr...up/default.asp
Excellent :D
Cheers Guys ;)