📄 login.asp
字号:
<!--#include file="connection.asp"-->
<!--#include file="webconfig.asp"-->
<!--#include file="subuser.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/default.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="2">
<tr>
<td><div align="center"><font color="#ff6600">为了方便您的购物和使用本系统为您带来的便捷功能,请您先登陆。
<br>
</font></div></td>
</tr>
<tr>
<td><div align="center">
<%call Logins()%>
</div></td>
</tr>
</table>
<br>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align=center>
<%dim endtime
endtime=timer()
response.Write "公司地址:"&dizhi&" 邮编:"&youbian '<font color=red>页面执行时间"&FormatNumber((endtime-startime)*1000,3)&" 毫秒</font><br>"
response.Write "<br>电子邮件:"&webemail&" 联系电话:"&dianhua
response.Write "<br>版权所有 2003-2005 © "©right
response.Write " "
%>
</td>
</tr>
</table>
</body>
</html>
<script language=javascript>
title_new="<%=webname%>--请先登陆!"
step=0
function flash_title()
{
step++
if (step==7) {step=1}
if (step==1) {document.title='◆◇◇◇'+title_new+'◇◇◇◆'}
if (step==2) {document.title='◇◆◇◇'+title_new+'◇◇◆◇'}
if (step==3) {document.title='◇◇◆◇'+title_new+'◇◆◇◇'}
if (step==4) {document.title='◇◇◇◆'+title_new+'◆◇◇◇'}
if (step==5) {document.title='◇◇◆◇'+title_new+'◇◆◇◇'}
if (step==6) {document.title='◇◆◇◇'+title_new+'◇◇◆◇'}
setTimeout("flash_title()",180);
}
flash_title()
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -