admin.jsp
上传用户:helenhuo66
上传日期:2007-06-01
资源大小:865k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

Java

  1. <%
  2. if session("admin_name")="" then
  3.     response.redirect "login.asp"
  4. end if
  5. %>
  6. <!--#include file="top.asp"-->
  7. <html>
  8. <head>
  9. <meta NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
  10. <meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
  11. <link href=../css.css rel=STYLESHEET type=text/css>
  12. <script>
  13. function switchSysBar(){
  14. if (switchPoint.innerText==3){
  15. switchPoint.innerText=4
  16. document.all("frmTitle").style.display="none"
  17. }
  18. else{
  19. switchPoint.innerText=3
  20. document.all("frmTitle").style.display=""
  21. }
  22. }
  23. </script></head>
  24. <body scroll="no" style="MARGIN: 0px">
  25. <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
  26. <tr>
  27. <td id="frmTitle" name="frmTitle" nowrap valign="middle" align="center">
  28. <IFRAME id="BoardTitle" name="main" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 140; Z-INDEX: 2" scrolling="no" frameborder="0" src="left.asp"></IFRAME>
  29.     <td style="width:10pt" background="img/t2.gif">
  30. <table cellspacing="0" cellpadding="0" border="0" height="100%">
  31.       <tr><td style="height:100%" onclick="switchSysBar()"><span class="navPoint" id="switchPoint" title="关闭/打开左栏">3</span>
  32.     </table>
  33. </td><td style="width:100%">
  34. <IFRAME id="frmright" name="BoardList" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" scrolling="auto" frameborder="0" src="readme.htm"></IFRAME>
  35. </tr></table>
  36. </body>
  37. </html>