|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how do you open a link in a new window with just hTMl? meaning, nothing like window.open... just plain html. thanks
|
|
#2
|
|||
|
|||
|
Just use:
a href="your_link.htm" target="_blank" This will open always a new window. If you use any other name as target e.g. target="my_new_window" it will have a quite similar effect, furthermore you have then the possibility to address other links also into exact that (new) window by using just the same name. |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > open in a new window |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|