levellistzzzzzzz.asp
资源名称:图书管理系统.rar [点击查看]
上传用户:llrg7406
上传日期:2007-03-02
资源大小:654k
文件大小:1k
源码类别:
教育系统应用
开发平台:
Delphi
- <html>
- <head>
- <meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
- <link rel="stylesheet" type="text/css" href="xcss.css">
- <script language="javascript">
- current_div_id = -1;
- function diva_show(div_id,type_id)
- {
- if (document.all.item("a"+div_id).style.display == "block")
- {
- document.all.item("a"+div_id).style.display = "none";
- document.all.item("i"+div_id).src="images/icon_book_close.gif";
- document.all.item("f"+div_id).src="images/plus1.gif";
- }
- else
- {
- document.all.item("a"+div_id).style.display = "block";
- document.all.item("i"+div_id).src="images/icon_book_open.gif";
- document.all.item("f"+div_id).src="images/minus.gif";
- }
- if (current_div_id != -1)
- {
- document.all.item("link"+current_div_id).style.color = "#000066";
- }
- current_div_id = div_id;
- document.all.item("link"+div_id).style.color = "red";
- if ((type_id != '0')&&(type_id != ''))
- {
- top.xbody.window.location = "booklist.asp?b_type=" + type_id;
- }
- }
- </script>
- </head>
- <body topmargin="0" background="images/zapsmbknd.gif">
- <table WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
- <tr>
- <td colspan="2"><img SRC="images/win16.gif" WIDTH="16" HEIGHT="16"> <font style="font-family:隶书,Arial;font-size:20px;font-weight:bold">书库</font></td>
- </tr>
- </table>
- </body>
- </html>