neil-btcc
07-22-2003, 04:14 AM
i have created a frameset site, now finding some problems with getting two of the frames to change at once when clicking from the the main frame.
The frameset consists of a main frame, left frame, and top frame.
i've followed a tutorial to create the following javascript code below
<a href="sidemenuteam1.htm"
onClick="window.self.location='team.htm'" target="otherframe">
Zombies</a>
This code is supposed to go in the main frame but where?
its supposed to make the main frame change to 'team.htm' and the left frame change to "sidemenuteam1.htm", do i need to change "otherframe" in the code to left frame?,
i've tried putting the code in but it just ends up being displayed on the page itself!
please help!
The frameset consists of a main frame, left frame, and top frame.
i've followed a tutorial to create the following javascript code below
<a href="sidemenuteam1.htm"
onClick="window.self.location='team.htm'" target="otherframe">
Zombies</a>
This code is supposed to go in the main frame but where?
its supposed to make the main frame change to 'team.htm' and the left frame change to "sidemenuteam1.htm", do i need to change "otherframe" in the code to left frame?,
i've tried putting the code in but it just ends up being displayed on the page itself!
please help!