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
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
Add this to the html
<body onload=window.open('bulletin.php');return true;> </body>
or you could use
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.