Page 1 of 1

open new browser

Posted: Wed Mar 09, 2011 8:28 am
by bangla123
Hi,

I have this below code in html:
<font face="Verdana" size="2">&nbsp;&nbsp; </font><font face="Verdana" color="#000080" size="2">
<a href="http://www.google.com">
<font color="#"><img src="google.bmp" alt="" width="59" height="32" /></font></a>

when i click on google it does not open a new browser. it opens on existing browser. Can you please help me how i can open a new browser(in php or html) after click google.

Many thx.

Re: open new browser

Posted: Wed Mar 09, 2011 8:36 am
by VladSun

Code: Select all

<a href="http://www.google.com" target="_blank">...
http://www.htmlcodetutorial.com/linking/_A_TARGET.html