Log in

View Full Version : how could I accomplish this?


pureturk
07-12-2007, 07:36 AM
when I press my chatroom link on the navbar it opens the chatroom in a new page. i want it to open in the same window. i also have another chat link on the navbar under "quick links" menu. and that opens up in the same window. where can I find that code for the one that opens in the same window so I can replace it with my other one? i looked at navbar and its not there. plz any help would be appreciated. also this is how my chat link code looks like for the one that opens in different window. could i just do a simple recoding to this so it can open in same window like the other link?

<td class="vbmenu_control"><a href="/misc.php?do=flashchat" target="flashchat"><span style="color: yellow;">CHAT</span></a></td>

G0F0RBR0KE
07-12-2007, 07:43 AM
Try this

<td class="vbmenu_control"><a href="misc.php?do=flashchat$session[sessionurl_q]" rel="nofollow">$vbphrase[FlashChat]</a></td>

Dismounted
07-12-2007, 07:44 AM
<td class="vbmenu_control"><a href="/misc.php?do=flashchat" target="_self"><span style="color: yellow;">CHAT</span></a></td>

pureturk
07-12-2007, 07:49 AM
evilakuma yours worked but it still opened it in a new page. Thank you for helping though

dismounted gave me the perfect code that i was looking for. thank you