![]() Preserved Topic: Opening a new window without broken links in old browsers (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
![]() Just wondering if anyone knows how to use javascript to open a new window with a URL while maintaining link functionality for non-javascript browsers. Basically I want to keep the addy in the href of the <a> tag, but have it not open the window in the original window IF javascript works and opens the new window. Make sense? Is this possible? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() On the page that the window is linked to, use this code: |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Hmm. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Yeah... that'll work too. =) Always looking for the simple ways to do things, huh? hah =) |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
![]() Thanks for the responses guys. Had no idea u could open a new window without javascript... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() By the way, in case you're interested in the target="" thing: |