code to stop pop-ups / pop-unders

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
big_mumma
Forum Newbie
Posts: 4
Joined: Sat Apr 28, 2007 9:12 pm

code to stop pop-ups / pop-unders

Post by big_mumma »

Hi,

I've got a website that uses iframes.

side frame -> contains links to external websites
middle frame -> external website opens up here

When a user clicks on a link, the external website is opened up in the middle frame.

Alot of websites contain pop ups, and pop-unders. As I want to improve the user's experience, I want to stop these from coming up in my site.

Is there any code I can include in my page that will prevent pop-ups/pop-unders?

A quick google search only returns programs that prevent pop-ups/pop-unders.

cheers! :wink:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Not really much you can do except link to better sites or advise your users to get better browsers.
Post Reply