⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.vbs

📁 web表格控件
💻 VBS
字号:
<%
ScriptName=trim(Request.ServerVariables("SCRIPT_NAME"))
i=InStrRev(ScriptName,"/")
if (i>0) then ScriptName=mid(ScriptName,i+1)
scripts=array("ex1.asp","ex2.asp")
response.write "<strong style='color:brown;'>Rico LiveGrid - RTL Examples</strong>"
response.write "<table border='0' cellpadding='7'><tr>"
response.write "<td><a href='../../'>Examples Home</a></td>"
for k=0 to ubound(scripts)
  v=scripts(k)
  if (v=ScriptName) then
    response.write "<td><strong style='border:1px solid brown;color:brown;'>Ex " & mid(v,3,1) & "</strong></td>"
  else
    response.write "<td><a href='" & v & "'>Ex " & mid(v,3,1) & "</a></td>"
  end if
next
response.write "</tr></table>"
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -