Assume that the homepage of this framework page is: framindex. aspx
1 1 < Frameset border = " 1 " Framespacing = " 0 " Rows = " 30, *, 60 " Frameborder = " No " Cols = " * " >
2 2 < Frame ID = " Headframe " Name = " Headframe " SRC = " Pers_top.htm " Noresize scrolling = No >
3 3 < Frameset ID = " Main " Border = " 1 " Frameborder = " Yes " Cols = " 220 ,* " Framespacing = " 5 " Bordercolor = " # Ccced9 " >
4 4 < Frame name = " Leftframe " SRC = " Pers_org_list.aspx? Pagepermissionid = <% = request. querystring [ " Pagepermissionid " ]. Tostring () %> " Framespacing = " 0 " Frameborder = " No " >
5 5 < Frame name = " Rightframe " SRC = " Pers_list.aspx? Pagepermissionid = <% = request. querystring [ " Pagepermissionid " ]. Tostring () %> " " Framespacing = " 0 " Frameborder = " No " >
6 6 </ Frameset >
7 7 < Frame SRC = " Pers_bottom.aspx? Pagepermissionid = <% = request. querystring [ " Pagepermissionid " ]. Tostring () %> " Noresize scrolling = " No " >
8 8 </ Frameset >
9 9 < Noframes > This system uses the framework, but your browser does not support the framework. Use ie6.0 and other browsers supporting frameworks </ Noframes >
Note:
Pagepermissionid is the parameter that is uploaded to framindex. aspx from another page, such as response. Redirect ("framindex. aspx? Pagepermissionid = "+ contconve); to pass this parameter to the sub-frameworks of framindex. aspx.ProgramEach sub-framework is used to obtain the parameters uploaded to the Framework page.