S
sjoerd
Hi,
I have a web welcome-page consisting of three frames. On the left there is
an index. The two others (above each other on the right of the screen)
contain data related to the index-items.
I'm looking for the possibility to refresh the two related frames when an
index-item in the frame on the left is clicked.
I tried this with the HREF-command but this only works for one frame at the
time.
<a href = "info1.htm" target = right_above>index-item_1</a>
or
<a href = "info2.htm" target = right_under>>index-item_1</a>
Id there a way to solve this in java-script? Or perhaps HTML?
Thanks,
Sjoerd
I have a web welcome-page consisting of three frames. On the left there is
an index. The two others (above each other on the right of the screen)
contain data related to the index-items.
I'm looking for the possibility to refresh the two related frames when an
index-item in the frame on the left is clicked.
I tried this with the HREF-command but this only works for one frame at the
time.
<a href = "info1.htm" target = right_above>index-item_1</a>
or
<a href = "info2.htm" target = right_under>>index-item_1</a>
Id there a way to solve this in java-script? Or perhaps HTML?
Thanks,
Sjoerd