pop up window?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ebgames56
Forum Contributor
Posts: 103
Joined: Thu Oct 06, 2011 10:43 am

pop up window?

Post by ebgames56 »

how can i make a window popup everytime someone visits my site. i dont want them to have to click a button for it to open, just automatic
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: pop up window?

Post by Celauran »

You could use JavaScript's onload, but you should probably avoid popup windows altogether. They are universally hated.
ebgames56
Forum Contributor
Posts: 103
Joined: Thu Oct 06, 2011 10:43 am

Re: pop up window?

Post by ebgames56 »

I know but i want to use it for Media player for music, so the user can leave that open as the go trhough the site. rather then using frames
Post Reply