TranceAddict Forums

TranceAddict Forums (www.tranceaddict.com/forums)
- Frequently Asked Questions / Tutorials / How do I?
-- HTML - Hyperlink in new window


Posted by Nell on Jun-03-2004 02:31:

HTML - Hyperlink in new window

how do i make a hyperlink open the target (i.e. a JPG) in a new window and not the current window.

-Nell


Posted by jon on Jun-03-2004 05:21:

code:
< a href="urlhere" target="_new">link text here < /a>


(ignore the spaces around the <'s and a's!)


Posted by Nell on Jun-03-2004 15:38:

thanks!


Posted by PEZ68 on Jun-03-2004 18:17:

you can use javascript to do that , and specify a size for the frame


Posted by PEZ68 on Jun-03-2004 18:20:

by example

quote:

< a href=# onclick="window.open('name.html','Name','width=600,height=450');">
Mon_lien < /a>


Posted by R.j. on Jun-17-2004 14:22:

quote:
Originally posted by PEZ68
you can use javascript to do that , and specify a size for the frame


yep goto http://javascript.internet.com/ and search for pop-up generator



Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.