all.jsp
上传用户:wok5188
上传日期:2018-02-20
资源大小:1835k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Java

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title>无标题文档</title>
  6. </head>
  7. <frameset rows="80,*" cols="*" frameborder="no" border="0" framespacing="0">
  8.   <frame src="getuserdata.jsp" name="topFrame" scrolling="no" noresize="noresize" id="topFrame" title="topFrame" />
  9.   <frameset rows="*" cols="188,*" framespacing="0" frameborder="no" border="0">
  10.     <frame src="menu.jsp" name="leftFrame" scrolling="no" noresize="noresize" id="leftFrame" title="leftFrame" />
  11.     <frame src="muser.jsp" name="mainFrame" id="mainFrame" title="mainFrame" />
  12.   </frameset>
  13. </frameset>
  14. <noframes><body>
  15. </body>
  16. </noframes></html>