TranceAddict Forums (www.tranceaddict.com/forums)
- Frequently Asked Questions / Tutorials / How do I?
-- HTML - Hyperlink in new window
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
code:
< a href="urlhere" target="_new">link text here < /a>
thanks!
you can use javascript to do that , and specify a size for the frame
by example
| quote: |
< a href=# onclick="window.open('name.html','Name','width=600,height=450');"> Mon_lien < /a> |
| quote: |
| Originally posted by PEZ68 you can use javascript to do that , and specify a size for the frame |
Powered by: vBulletin
Copyright © 2000-2021, Jelsoft Enterprises Ltd.