Popup

Hello: I want to open a page from my database as a popup as soon as my webpage opens, do you know if it´s possible?? If it is, how can I do this??

Thanks a lot

Subject: Popup

Overlib.

http://www.bosrup.com/web/overlib/

It is way beyond cool.

I put the javascript into a shared field, I call it just like the instructions on the overlib page. I build popups that are complete web pages (including images).

Subject: Use Javascript

Use javascript in the onLoad event of the Page to open a new window. Whenever the page loads, the js will execute. (Note: your users will probably hate you for doing this; it’s very annoying.)