Click to See Complete Forum and Search --> : Javascript for windows without clutter


esbkk
01-21-2003, 03:25 AM
I have an autorun CD with several MS FrontPage created windows which I would like to open without the clutter of the toolbars. I have used the javascript for pop-up windows which needs a link to open pop-up etc. without success.

I would like to open these windows automatically from the CD without showing the title bar.

Can anyone suggest a link to such a javascript?

Many thanks in advance

esbkk

Nevermore
02-13-2003, 01:59 PM
You would have to use an autorunning program to open a page, which then uses window.open to open them all, then window.close to close itself. Windows cannot open themselves.