|
HTML - Hyperlink in new window
|
View this Thread in Original format
| Nell |
how do i make a hyperlink open the target (i.e. a JPG) in a new window and not the current window.
-Nell |
|
|
| jon |
code: < a href="urlhere" target="_new">link text here < /a>
(ignore the spaces around the <'s and a's!) |
|
|
| PEZ68 |
| you can use javascript to do that , and specify a size for the frame |
|
|
| PEZ68 |
by example
| quote: |
< a href=# onclick="window.open('name.html','Name','width=600,height=450');">
Mon_lien < /a>
|
|
|
|
| R.j. |
| 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:D |
|
|
|
|