If I put a link in the ticket system and I click on it it acts like a _self . I would like to click on a link and that it would open in a new tab or page ( _blank )
is this possible??
Thanks for all you do

Moderator: mkoch227
Code: Select all
<a href=\"$url\"$class>
Code: Select all
<a href=\"$url\" target=\"_blank\"$class>