2 回答

TA貢獻(xiàn)1796條經(jīng)驗(yàn) 獲得超4個(gè)贊
1 2 3 4 5 6 7 8 9 10 | </head>
<frameset rows="127,*,11" frameborder="no" border="0" framespacing="0"> <frame src="top.jsp" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" /> <frame src="center.jsp" name="mainFrame" id="mainFrame" /> <frame src="down.jsp" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" /> </frameset> <noframes><body> </body> </noframes></html> |
1 2 3 4 5 6 7 8 9 10 11 12 | </head> <body style="margin:0px;padding:0px;overflow:auto; " > <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" > <tr >
<td valign="top" style="margin: 0px;"><iframe height="100%" width="100%" frameborder="0" src="<%=basePath%>" marginwidth="0" marginheight="0" name="rightFrame"></iframe></td>
</tr> </table> </body> </html> 第一次發(fā)的 叫mian mian中的Center就是這個(gè)有問(wèn)題Q |
添加回答
舉報(bào)