ページフレームのフレームフレームフレームフレームの使用(左ページ、右ページ、左ページボタンをクリックすると、右ページのフレームの操作)




<frameset cols="250,*" border="0" frameborder="no" framespacing="0">
<frame src="main_sidebar.jsp" /> 
<frame src="<%=basePath %>manage/base/teacher/teacherList?type=1"	name="concentframe" />
</frameset>
<noframes></noframes>

      (teacherList         list.jsp  )   js   
var dialogWin=null;	

	var addProgram = function() {
		 $.dialog.setting.okVal = '  ';
		 $.dialog.setting.cancelVal = '  '; 
		 
		 dialogWin=new $.dialog({
				id:'winDialog',
				title : '    ' ,
				width:700,
				height:400,
				
			});
	}

      (main_sidebar.jsp)   ,       ,
<span style="margin-left: 10px"><a href="javascript:;" onclick="window.parent.frames['concentframe'].addProgram()" >  </a></span>

window.parent.frames['concentframe'].addProgram(): frame name concentframe   ,               

図のように: