Main.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:1k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <html>
  2. <head><meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  3. <title>管理中心</title>
  4. </head>
  5. <frameset rows="*" cols="181,*" framespacing="0" frameborder="1" border="false" id="frame" scrolling="yes">
  6.   <frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="Left.asp">
  7.   <frameset framespacing="0" border="false" rows="35,*" frameborder="0" scrolling="yes">
  8.     <frame name="top" scrolling="no" src="Top.asp">
  9.     <frame name="main" scrolling="auto" src="zcMain.asp">
  10.   </frameset>
  11. </frameset><noframes></noframes>
  12. </html>