HTML help required...

Status
Not open for further replies.

Anish

Inactive
Forerunner
Can anybody tell me what the code is to make a link open in a new window. Only HTML not Javascript please...
 
Put a target="_blank" in the <A> tag.

For example -

<A HREF="www.google.com" TARGET="_blank">
 
Status
Not open for further replies.