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

教育系统应用

开发平台:

Delphi

  1. <%@ Language=VBScript %>
  2. <!--#include file ="identify.asp"-->
  3. <html>
  4. <head>
  5. <meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
  6. <link rel="stylesheet" type="text/css" href="xcss.css">
  7. </head>
  8. <body>
  9. <script LANGUAGE="VBScript">
  10. <!--
  11. Function Dec(strHex)
  12.     Dec = InStr("123456789ABCDEF", UCase(Left(strHex,1))) * 16
  13.     Dec = Dec + InStr("123456789ABCDEF", UCase(Mid(strHex,2,1)))
  14. End Function
  15. Function FixHex(ByVal strURL)
  16.     Dim x
  17.     FixHex = ""    
  18.     x = InStr(1,strURL,"%")
  19.     Do While (x > 0)
  20.         FixHex = FixHex & Left(strURL,x-1)
  21.         FixHex = FixHex & Chr(Dec(Mid(strURL,x+1)))
  22.         strURL = Mid(strURL,x+3)
  23.         x = InStr(1,strURL,"%")
  24.     Loop
  25.     FixHex = FixHex & strURL
  26. End Function
  27. -->
  28.     </script>
  29. <object id="hhctrl" type="application/x-oleobject"
  30. classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"
  31. codebase="../../common/i386.cab#version=4,72,7291,0" width="180" height="70%">
  32.   <param name="Command" value="Contents">
  33.   <param name="flags" value="0x0,0x35,0xFFFFFFFF">
  34.   <param name="Item1" value="cohhc.hhc">
  35. </object>
  36. </p>
  37. </body>
  38. </html>