Open Links in New Window

T

tech27

Hi,
I'd like to know 2 things please:

1-How can I make it so that a followed link from my page opens in another
window?

2-Is there any way to apply this to ALL the links on my site (globally or at
least per page) or do I have to edit every single link?

Thanks.
 
T

tech27

Hi David,

Thanks again for the pointer. I have one question: In the line(s) given
below am I correct to think that all I have to do is put my address in the
http://www.domain.com spot, or do I have to change anything else? ie: is
this the full hypertext line and I put the target after the target= place
like" =http://www.intendedtarget.com

Thanks


<a target="_blank" href="http://www.domain.com">Link Text</a>

To re-use the window you launched on each target use:

<a target="_display" href="http://www.domain.com">Link Text</a>
 
T

tech27

Thanks.

It's so obvious now!
I was confused with another explanation using "my domain" and "their
domain".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top