|
I just had a look at the source of your page, in your case each link has it's own individual tag to specify which target frame to open in.
On the other hand what I am looking for is some html code that automatically checks to see if a link is on the home domain or external and then either allows it to open in the _self frame or _blank
In other words, the tag I posted in my first post is not placed in each link, it resides in the <head></head> section.
|