I've got a page with two frames, a list is at the top. When I select an item from the list I want it to display some content in the frame below. How is this done?
Printable View
I've got a page with two frames, a list is at the top. When I select an item from the list I want it to display some content in the frame below. How is this done?
Code:<script lanquage="VbScript">
Sub List1_onclick
Top.rightframe.location.href = "http://www.twistedhumour.com
End Sub
</script>
Phew, and here is a basic sample...
Hi Parkes,
This is Alex_Reads code modified by me
Code:<HTML>
<FRAMESET Rows="15%,*">
<FRAME NAME="fraTopNav" TARGET="fraArenaNav" SRC="Frame_Top.htm">
<FRAME NAME="fraArenaNav" TARGET="_Self" Src="Frame_Main.htm">
</FRAMESET>
</HTML>
DocZaf
{;->