Preserved Topic: Opening a new window without broken links in old browsers (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 07-14-2000 18:48
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 |
posted 07-14-2000 19:27
On the page that the window is linked to, use this code: |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-17-2000 19:37
Hmm. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-17-2000 20:13
Yeah... that'll work too. =) Always looking for the simple ways to do things, huh? hah =) |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 07-18-2000 18:55
Thanks for the responses guys. Had no idea u could open a new window without javascript... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-18-2000 20:15
By the way, in case you're interested in the target="" thing: |