Log in

View Full Version : colorbox'/'lightwindow' effect open an additional window when page opens



amanuensis
10-09-2012, 03:49 PM
Hi

I am wanting to have a 'colorbox'/'lightwindow' effect open an additional window on top of my index.html page
I need it to open up when the page opens and not via a click, and it also needs to be central on the page.

It is going to announce a special event.

Hope you can help

bernie1227
10-09-2012, 10:43 PM
So you mean like a popup script? All you would have to do, is set it up and trigger it onload rather than onclick.
A good exmaple is one here (http://www.javascript-coder.com/window-popup/javascript-popup-window.phtml)

amanuensis
10-09-2012, 11:33 PM
Thank you for replying.
Yes, I did find the code you refer to in your link - many thanks for your help.