M
Mc21
I have one upper menu bar with link "leftMenu".
How to load left and middle frame in the same time ?
Both frames have different content ( on the left side you can fine menu and
in the middle there are some photos )!
Link from the upper menu:
<a href="test.htm" target="leftFrame">Menu left</a>
I can not make...
<a href="test.htm" target="leftFrame">Menu left</a>
<a href="middle.htm" target="mainFrame">Main frame contentt</a>
So what i have to do ?
How to load left and middle frame in the same time ?
Both frames have different content ( on the left side you can fine menu and
in the middle there are some photos )!
Link from the upper menu:
<a href="test.htm" target="leftFrame">Menu left</a>
I can not make...
<a href="test.htm" target="leftFrame">Menu left</a>
<a href="middle.htm" target="mainFrame">Main frame contentt</a>
So what i have to do ?