Forum Moderators: open

Message Too Old, No Replies

Onload popup div

         

virtism

11:58 am on Jan 18, 2009 (gmt 0)

10+ Year Member



Helo ,
I have been looking around to find a solution for this .

1) When the page loads , a pop-up div appears on the front page.

2) When user clicks on a link on the pop-up div , the div size is enlarged and it loads an external page into div .

3) The div should be unobtrusive .

Facebox appears a decenet solution to it , however it doesnt support body onload event .

Any help on that ?

Thanks

methode

10:44 am on Jan 21, 2009 (gmt 0)

10+ Year Member



use window.attachEvent respectively addEventListener maybe?

Anyway, why the javascript function doesn't support the body onload? You could modify it to support it