La struttura dei frame è questa:
codice:
<frameset rows="15%,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="frame_up.asp" name="topFrame" scrolling="no" noresize>
<frameset cols="940px,*" id="frRight" name="frRight" frameborder="no" border="0" framespacing="0">
<center><frame src="frame_center.asp" name="mainFrame" scrolling="auto" noresize></center>
<left><frame src="frame_right.asp" name="rightFrame" id="rightFrame" scrolling="auto" noresize></left>
</frameset>
</frameset>
Ho messo id="frRight" per provare ad indentificare quello che voglio nascondere.
--------------------------
..............TOP...........|
--------------------------
........................|.....|
........................|.R..|
........................|.I...|
......CENTER.....|.G..|
........................|.H..|
........................|.T..|
--------------------------
Scusate il disegno... In pratica voglio che all'OnClick il frame Right abbia 0 come valore e quindi simularne la scomparsa..