Topic awaiting preservation: Make a link open pages in two different frames (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: KC, KS |
posted 10-01-2003 17:44
I'm having no luck finding any information on how to do this: |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 10-01-2003 18:18
The only way I can think of doing that is using javascript, which is probably the solution you're looking for since you posted it here... code: function doLink(var lnk) {
|
Paranoid (IV) Mad Scientist From: KC, KS |
posted 10-01-2003 18:48
Believe me, I lobbied for dropping the frames altogether until I was blue in the face. Unfortunately, that's how the boss wants it so that's how it stays. |
Bipolar (III) Inmate From: Amsterdam |
posted 10-01-2003 19:46
Can I advise you on a birthday gift for your boss? |
Bipolar (III) Inmate From: schillmania.com |
posted 10-21-2003 22:28
I know this is really nitpicky, but just in case the browser doesn't support JS (and so search engines etc. can see it better) - take advantage of the HREF property. |