| 
 Posted by Mitja Trampus on 10/24/05 23:05 
Jorge A wrote: 
> Jorge A wrote: 
>  
>> ¡Hi! 
>> 
>> I have created a link with property "target _blank". Every new link is  
>> loaded in a new window. 
>> 
>> How can I load every new link in the SAME window? 
>> 
>> Thanks in advance 
>  
> I mean another window (not the one where the link is clicked; I know  
> this is possible using _self), but always the same new window. 
 
"the same new window" is a bit contradictory :) 
But if I get you right - just give that "same new window" a  
name, e.g. "foobar". Then target="foobar" will try to reuse  
the existing window/tab. If no frame with such name exists  
yet, if will open open a new window/tab.
 
  
Navigation:
[Reply to this message] 
 |