cate
07-17-2003, 12:32 PM
Hi,
I'm completely new to Javascript and though Ive been trawling through all the great advice here, im still a bit confused! Basically I have a site made of a general frameset with a nested frameset of columns within it. What I want is that when someone clicks one specific link in frame A (horizontal frame) a page loads in frame B but also in Frame C - ie that when this specific page loads into frame b, another loads into frame C, but only for the one link from frame A.
is this possible?
do I use the onload event handler?
<body onload="parent.frames['otherFrameName'].location='somepage.html';">
I came across this code but dont really understand it - any help would be great!
thanks loads,
cate
I'm completely new to Javascript and though Ive been trawling through all the great advice here, im still a bit confused! Basically I have a site made of a general frameset with a nested frameset of columns within it. What I want is that when someone clicks one specific link in frame A (horizontal frame) a page loads in frame B but also in Frame C - ie that when this specific page loads into frame b, another loads into frame C, but only for the one link from frame A.
is this possible?
do I use the onload event handler?
<body onload="parent.frames['otherFrameName'].location='somepage.html';">
I came across this code but dont really understand it - any help would be great!
thanks loads,
cate