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

📄 index_head.asp

📁 这是一个非常好的留言版程序
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="include/function.asp"-->
<!--#include file="include/setup.asp"-->
<link href="css/css.css" rel="stylesheet" type="text/css" />
<style>
<!--
body { background-color; }
-->
</style>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" rightmargin="0">
<%
  if UserID="" or UserID=null then
        %><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr><form name="form1" method="post" action="login.asp?tourl=myzhai.asp" target="_blank">
    <td height="28" align="center" bgcolor="#9E9EAD" class="big14px">
    <b>通行证:</b>
用户名
    <input name="UserID" type="text" id="UserID" value="<%=UserID1%>" size="15" maxlength="30">
    密码:
    <input name="Psw" type="password" id="Psw" size="15">
    <input type="submit" name="Submit" value=" 登录 " />
    <a href="reg.asp" target="_blank"><font style="font-size:12px; color:#FF0000;">还不是会员,马上注册</font></a></td>
  </form>
  </tr>
</table><%
		 else
		%>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="28" align="right" bgcolor="#9E9EAD" class="big14px">
		<%
				 Response.write("欢迎 <span class='redfont'>")
		 Response.write(""&UserID)
		 Response.write("&nbsp;</span>")
		 %><a href="myzhai.asp" target="_blank">我的收藏</a> <a href="mysetup.asp?type=basic" target="_blank">基本设置</a> <a href="mysetup.asp?type=bookmark" target="_blank">书签设置</a>
	<a href="logout.asp" target="_blank"><img src="image/top_log.gif" width="14" height="12" border="0">注销</a>&nbsp;&nbsp;&nbsp;&nbsp;<img height="12" 
            src="image/top_home.gif" width="13" border="0" /><a title="将本站设为你的首页" 
            onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.dzhai.com/');return false;" 
            href="http://www.dzhai.com/">设为首页</a> <img height="12" 
            src="image/top_gift.gif" width="13" border="0" /><a 
            title="将本站加入到你的收藏夹" 
            href="javascript:window.external.AddFavorite(location.href,document.title)">加入收藏</a> <img 
            height="12" src="image/top_reg.gif" width="14" border="0" /><a 
            href="mailto:cao1984@126.com">联系我们</a>
	</td>
      </tr>
    </table>
	<%
		end if
		%>	

⌨️ 快捷键说明

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