levellistzzzzzzz.asp
上传用户:llrg7406
上传日期:2007-03-02
资源大小:654k
文件大小:1k
源码类别:

教育系统应用

开发平台:

Delphi

  1. <html>
  2. <head>
  3. <meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
  4. <link rel="stylesheet" type="text/css" href="xcss.css">
  5. <script language="javascript">
  6. current_div_id = -1;
  7. function diva_show(div_id,type_id)
  8. {
  9. if (document.all.item("a"+div_id).style.display == "block")
  10. {
  11. document.all.item("a"+div_id).style.display = "none";
  12. document.all.item("i"+div_id).src="images/icon_book_close.gif";
  13. document.all.item("f"+div_id).src="images/plus1.gif";
  14. }
  15. else
  16. {
  17. document.all.item("a"+div_id).style.display = "block";
  18. document.all.item("i"+div_id).src="images/icon_book_open.gif";
  19. document.all.item("f"+div_id).src="images/minus.gif";
  20. }
  21. if (current_div_id != -1)
  22. {
  23. document.all.item("link"+current_div_id).style.color = "#000066"; 
  24. }
  25. current_div_id = div_id;
  26. document.all.item("link"+div_id).style.color = "red"; 
  27. if ((type_id != '0')&&(type_id != '')) 
  28. {
  29. top.xbody.window.location = "booklist.asp?b_type=" + type_id;
  30. }
  31. }
  32. </script>
  33. </head>
  34. <body topmargin="0" background="images/zapsmbknd.gif">
  35. <table WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
  36. <tr>
  37. <td colspan="2"><img SRC="images/win16.gif" WIDTH="16" HEIGHT="16">&nbsp;<font style="font-family:隶书,Arial;font-size:20px;font-weight:bold">书库</font></td>
  38. </tr>
  39. </table>
  40. </body>
  41. </html>