This page's linkword: popup coding
![]() Preserved Topic: Search engine friendly popup links (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() I've been playing with making popup windows more search engine friendly and this seems like a nice and neat solution: code: <a href="new_window.php" target="_blank"
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() ummm |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() bitdamaged: Thanks for checking - it might be something else I'm doing then (back to fiddling). |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Using this.target as that attribute is the correct thing to do. The value passed into that attribute is the name of the window that the page should open in. This is analagous to target="" in the <a> tag, which specifies the name of the window that the link should open in. |