News:

Wondering if this will always be free?  See why free is better.

Main Menu

Opening link in new tab

Started by clapter, February 14, 2009, 10:05:28 PM

Previous topic - Next topic

clapter

Ok I know how to add buttons to the linktree but I want the link to open up in a new tab
here is the code
// How about the [arcade button?
      echo '<li' , $current_action=='arcade' ? ' class="chosen"' : '' , '><a href="', $scripturl, '?action=arcade"><span>'.Arcade.'</span></a></li>';

But i want this link to open up in a new window  or tab i dont care which one
Please give me a code that wont parse using that code above
thank you
Working on a Play-by-Post RPG

Eliana Tamerin


// How about the [arcade button?
echo '<li' , $current_action=='arcade' ? ' class="chosen"' : '' , '><a href="', $scripturl, '?action=arcade" target="_blank"><span>'.Arcade.'</span></a></li>';
Do NOT PM me for support.

SimplePortal 2.3.6 is OUT!
SimplePortal Project Manager
Download | Docs
SimplePortal: Power of Simplicity!

clapter

Working on a Play-by-Post RPG

Advertisement: