DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   JavaScript / DHTML / AJAX (http://www.daniweb.com/forums/forum117.html)
-   -   HOme Page Pop Up (http://www.daniweb.com/forums/thread165300.html)

Reliable Dec 31st, 2008 3:17 pm
HOme Page Pop Up
 
Hey everyone,

I've just created a pop up window, but as opposed to launching it in response to a link I want it to launch with the home page. I believe I've seen it done, but don't know how it is done. Can someone assist, please? Thanks

freshfitz Dec 31st, 2008 8:01 pm
Re: HOme Page Pop Up
 
Add this to the html

<body onload=window.open('bulletin.php');return true;> </body>

or you could use

<body onload="your_javascript_function();"></body>


All times are GMT -4. The time now is 5:11 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC