Gossamer Forum
Home : Products : DBMan : Customization :

open link in new window

Quote Reply
open link in new window
How can I make sure the result-link ( http..) of my database will open in a new window?
THX
Quote Reply
Re: open link in new window In reply to
In html_pl, where you define the link, use

<a href="$rec{'URL'}" target="_blank">

JPD