PDA

View Full Version : open .php as new window ??


N00BIE
10-04-2005, 08:17 PM
i've added a link to the navbar which works fine
<td class="vbmenu_control"><a href="php file">name of the linked file</a></td>

but that just replaces the current window which is my board how can i get it to open as a new window ???

peterska2
10-04-2005, 08:18 PM
Use

<td class="vbmenu_control"><a href="php file" target="_blank">name of the linked file</a></td>

Tulsa
10-04-2005, 10:10 PM
Perfect. Just what I was looking for. Thank you.

peterska2
10-04-2005, 10:12 PM
You're welcome :D

N00BIE
10-05-2005, 04:09 PM
thank a lot =]

Electrohead04
10-10-2005, 07:14 PM
hehe you really are a noobie :p

it is simple html :) the TARGET attribute defines where the page opens... :)