Quote:
Originally Posted by lifesourcerec
What code do you put in to make it open its own window?
|
Your link would have to look something like this
PHP Code:
<a target="_Chat" href="http://www.hobbyinsider.net/forum/chat/flashchat.php"><b>Enter Chat Room</b></a>
The
target="_Chat"
is the only thing that is added to make it open in a new window. What this does is titel the new window _Chat.