Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: Tuelz
Topic ID: 19
Message ID: 66
#66, RE: Pheeds Questions
Posted by oskins on Jun-16-05 at 04:05 PM
In response to message #65
>In the RSS template, find:
><a href="{url}">
>
>Change it to:
><a href="{url}" TARGET="new">
>
>Or (I think):
><a href="{url}" TARGET="top">


Another way to do it is to use <a ref="URL" TARGET="window1">

When we "allow" visitors to open new windows, there's always the danger they will open many and clog up their RAM, slowing their computer. Of course when they do that they will blame the site. That's why I use the code I listed. No matter how many links are clicked on, there will only be one window open with the newly clicked on content replacing the last one.

Thanks,
Rob