[ic] Category external link target

Peter peter at pajamian.dhs.org
Fri Oct 28 21:38:55 EDT 2005


On 10/28/2005 06:16 PM, N.E.S.T. Solutions wrote:
> as I wrote a 30 seconds ago, for now I just inserted this in 
> link_template and it worked
> 
> <A HREF="$URL$" class=barlink target="blank">$ANCHOR$</A>

You forgot the _ in front of blank ... _blank.  The difference is that 
the browser will see blank as an actual named window to open the new 
page up in and subsequent opens to the target of "blank" will open to 
that same window.  _blank is a special target code that tells the 
browser to always open the page up in a new window, though.

Peter


More information about the interchange-users mailing list