rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Gobble on January 06, 2004, 08:59:57 AM

Title: New Links
Post by: Gobble on January 06, 2004, 08:59:57 AM
Curious, as to how hard it would be to set the new links to open the URL in a new window automatically?
Title: New Links
Post by: rejetto on January 06, 2004, 01:40:38 PM
this has to be done on the template
you have to a target=_blank

Code: [Select]
[link]
<tr><td class=row><a target=_blank href="%item-url%"><img align=top src="/~img_link"> <b>%item-name%</b></a>%comment%<td colspan=3 align=center class=row><i>link</i>
Title: New Links
Post by: Gobble on January 07, 2004, 02:47:03 AM
Thanks, that worked perfectly

 :D