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

📄 submain.asp

📁 较为详细的介绍了asp自定义的各种函数,方便asp的各种开发.
💻 ASP
字号:
<%
response.buffer=true
pcw=request("procode")
if pcw="subr" then
   subr
elseif pcw="subl" then
   subl
elseif pcw="subt" then
   subt
end if
%>
<%sub subr%>
<html>
<head>
<title>r</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
function oa_tool1(){
if(window.parent.oa1_frame.cols=="*,16, 0"){
frameshow1.src="images/p_3.gif";
oa1_tree.title="隐藏在线人员列表"
window.parent.oa1_frame.cols="*,16, 120";
}
else{
frameshow1.src="images/p_4.gif";
oa1_tree.title="显示在线人员列表"
window.parent.oa1_frame.cols="*,16, 0";}
}
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#CCCCCC">
<table width="10" border="0" height="100%" cellpadding="0" cellspacing="0" align="left">
  <tr  align="center">
    <td background="images/bg_1.gif"> 
      <div id=oa1_tree onclick="oa_tool1();" title=隐藏在线人员列表><img id=frameshow1 src="images/p_3.gif" width="8" height="50" ></div>
      </td>
  </tr>
</table>
</body>
</html>
<%end sub%>



<%sub subl%>
<html>
<head>
<title>l</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
function oa_tool(){
if(window.parent.oa_frame.cols=="0,16,*"){
frameshow.src="images/p_1.gif";
oa_tree.title="隐藏菜单栏"
window.parent.oa_frame.cols="123,16,*";
}
else{
frameshow.src="images/p_2.gif";
oa_tree.title="显示菜单栏"
window.parent.oa_frame.cols="0,16,*";}
}
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#CCCCCC">
<table width="10" border="0" height="100%" cellpadding="0" cellspacing="0" align="left">
  <tr align="center">
    <td background="images/bg_1.gif">
      <div id=oa_tree onclick="oa_tool();" title=隐藏菜单栏><img id=frameshow src="images/p_1.gif" width="8" height="50" ></div>
      </td>
  </tr>
</table>
</body>
</html>
<%end sub%>

<%sub subt%>
<html>
<head>
<title>t</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
var ttt
ttt=2;
function oa_tool1(){
if(ttt==2)
{
ttt=1;
frameshow1.src="images/p_5.gif";
frameshow1.alt="显示广告条"
window.parent.mm.rows="0,10,*,0";
}
else
{
ttt=2;
window.parent.mm.rows="70,10,*,0";
frameshow1.src="images/p_6.gif";
frameshow1.alt="隐藏广告条"
}
}
</script>
</head>
<body text="#000000" leftmargin="0" topmargin="0" bgcolor="#276db2">
<div onclick="oa_tool1()" align="center"><img id=frameshow1 src="images/p_6.gif" width="50" height="9" alt="隐藏广告条"></div>
</body>
</html>
<%end sub%>

⌨️ 快捷键说明

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