How to open existing page in the mainFrame.
My start page has 4 frames and on the left side are menu links in table,
with some effects .
Like:
<td height="23" align="center" valign="center" bordercolor="#6 66666"
bgcolor="#E1E1E 1" style="cursor:h and" onclick="window .location='page 1.html'"
onmouseover="bg Color='#FFFFCC' " onmouseout="bgC olor='#E1E1E1'" >
<a href="page1.htm l" target="mainFra me" class="tditem"> Search</a>
</td>
If i use this code the page is loaded into same page and not in mainFrame.
I tryed with this :
onclick="parent .mainFrame='pag e1.html'"
but there is no effect...
Thanx in advance
My start page has 4 frames and on the left side are menu links in table,
with some effects .
Like:
<td height="23" align="center" valign="center" bordercolor="#6 66666"
bgcolor="#E1E1E 1" style="cursor:h and" onclick="window .location='page 1.html'"
onmouseover="bg Color='#FFFFCC' " onmouseout="bgC olor='#E1E1E1'" >
<a href="page1.htm l" target="mainFra me" class="tditem"> Search</a>
</td>
If i use this code the page is loaded into same page and not in mainFrame.
I tryed with this :
onclick="parent .mainFrame='pag e1.html'"
but there is no effect...
Thanx in advance
Comment