View Single Post
Old 01-05-2007, 08:53 AM   #3 (permalink)
Taltos
v7n Mentor
 
Taltos's Avatar
 
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,788
iTrader: 0 / 0%
Latest Blog:
None

Taltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web pro
Send a message via Yahoo to Taltos
Hi gmypc,

The solution is not too difficult but it can be a little difficult to explain without some info. I think that may be partially why you haven't gotten an answer.

Can you post a link to the site here? And when you do that, pick out a couple of examples of links that are opening in new windows. That will allow myself and others to immediately look at an example of your code and show you in an example that is unique and familiar to you, how to fix it.

Normally, it is just an attribute in your anchor tag. For example:
HTML Code:
<a href="blablabla.html" target=_blank>Not a real link</a>
This will open a new window for this link. Just change _blank to _self and it should open in the same window.

Hope this helps
__________________
Experimenting
Taltos is offline   Reply With Quote