Preserved Topic: Loading multiple frames at the same time (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: purgatory |
posted 02-01-2002 07:02
It's been awhile since i've had to do this, but i have 3 frames, and i want to click a link on 1 frame and make the content in the other 2 frames change.... could someone please spot me the code? Thanks. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 02-01-2002 09:11
To achieve this, you'll need a little bit of JavaScript which you should place between the <head> </head> tags in your document: code: <head>
code: <a href="javascript:twoFrames('this-page-appears-in-the-frame-called-top.htm','top',
|
Bipolar (III) Inmate From: purgatory |
posted 02-01-2002 19:53
thanks kuckus, but in actuallity, i found an easier way to do this. |