Wedding Gifts | Credit Card | Payday Loan | Loans | Just Holden Commodores
need HTML command [Archive] - PCMech Forums

PDA

View Full Version : need HTML command


Byte 2.0
03-23-2003, 09:42 AM
I know I should remember I will probably find it before posted here but i need the command to make a link open in a new window, example open a new browser, leaving the main one open. thanks.

aym
03-23-2003, 03:54 PM
Hi,
Just add <b>target="_blank"</b> to the link command.
Example:

<a href="www.pcmech.com" target="_blank">Click Here</a>

HTH

Byte 2.0
03-23-2003, 07:29 PM
Thanks, i will use that.