PDA

View Full Version : How do I make this open to a new window?


foulplay
03-18-2007, 11:57 PM
I've got php flash installed and I want the chatroom link to open to a new window. How do I do that?

<td class="vbmenu_control"><a href="$vboptions[burltarget="_blankchat/flashchat.php">Chat</a></td>

Staxed
03-19-2007, 12:01 AM
<td class="vbmenu_control"><a href="chat/flashchat.php" target="_blank">Chat</a></td>


one issue is your code is messed up...

what is the $vboptions being called for? (curious...might need to change my code above...though i don't see why it would be needed at all just for a link)

foulplay
03-19-2007, 12:04 AM
oops I see what you mean..thx:p

Staxed
03-19-2007, 12:08 AM
no probs