PHP code HELP Me!

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
mimic
Forum Newbie
Posts: 4
Joined: Thu Aug 01, 2013 3:49 am

PHP code HELP Me!

Post by mimic »

Hi, I am creating a web site that introduce many shopping site.

In this site there are many shoplinks to go directly their site BUT

What I want to do is whatever links the user click, show the linked site inside my site, Not let the linked site open with new tab.

I don't know if it is possible but greatly appreciate any help!
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP code HELP Me!

Post by requinix »

So the links are opening up in new tabs and you don't want them to? Tabs won't open up just because - there must be something on your site that's causing them to. Maybe they have target=_blank?
Post Reply