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

📄 ajaxlogin.html

📁 网人分类信息5.0商业版。非常优秀的分类信息系统。比较少见。
💻 HTML
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="gb2312">
<meta name=keywords content="{$Meta_Keywords}">
<meta name="description" content="{$Meta_Description}">
<link rel="SHORTCUT ICON" href="{$InstallDir}images/favicon.ico">
<link rel="Bookmark" href="{$InstallDir}images/favicon.ico">
<link type="text/css" rel="stylesheet" href="{$InstallDir}Skins/{$SkinDir}/Style.css">
<Script language="JavaScript" Src="{$InstallDir}Inc/Site.Js"></Script>
<Script language="JavaScript" Src="{$InstallDir}Inc/Menu.Js"></Script>
<title>{$SiteTitle}</title>
<SCRIPT language=javascript>
<!--
function CheckForm()
{
if(thisForm.UserName.value==""){
	alert("登陆帐号没有填写!");
    document.thisForm.UserName.focus();
    document.thisForm.UserName.select();
	return false;
	}
if(thisForm.PassWord.value=="")	{
	alert("密码没有填写正确!");
    document.thisForm.PassWord.focus();
    document.thisForm.PassWord.select();
	return false;
	}
}
function get_Code(){
document.getElementById("imgurl").src='{$InstallDir}inc/{$CodePlan}.asp?'+Math.random()
}
//-->
</SCRIPT>

</head>
<body>
<table width="100%" height=100% border="0" cellspacing="0" cellpadding="0">
  <tr><td height=30px>{$Help}</td></tr>  
  <tr>
    <td>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="30%" align="center" style="border-right:1px #cccccc solid"><img src={$InstallDir}Skins/{$SkinDir}/Login.gif align=absmiddle></td>
    <td width="70%">
	
<table width="100%" border=0 cellspacing=0 cellpadding=3 align=center>  
<form name="thisForm" action="{$InstallDir}Login.asp?Action=Log" method="POST" onSubmit="return CheckForm()">
<INPUT type=hidden name=ComeUrl value='{$ComeUrl}'>
<input name=Login type=hidden value=Ajax>
<tr><td width="32%" align=right height=22px>ID/邮箱&nbsp;</td><td width="68%"><input type=text name="UserName" maxlength=50 style="width:120px;height:18px" class=Input value="{$User}"></td></tr>  
<tr><td align=right height=22px>登录密码&nbsp;</td><td><input type="Password" name="PassWord" maxlength=15 style="width:120px;height:18px" class=Input></td></tr>  
<tr {$IDCode}><td align=right height=22px>验证码&nbsp;</td><td><input name=Code  style="width:42px;height:18px" maxlength=6 class=Input onfocus="get_Code()"><img src={$InstallDir}Skins/{$SkinDir}/code.gif id=imgurl align=absmiddle style='cursor:pointer' alt='验证码看不清楚?请点击刷新验证码' onclick="this.src='inc/{$CodePlan}.asp?'+Math.random()"></td></tr>  
<tr align=center><td colspan=2><input name="Cookie" type="checkbox" value=3> 永久登录 <a href={$InstallDir}GetPass.asp target="_parent">忘记密码?</a></td></tr>  
<tr align=center><td colspan=2 height=35px><input type="image" src="{$InstallDir}Skins/{$SkinDir}/IndexLogin.gif" align=absmiddle> <a href={$InstallDir}Reg.asp target="_parent">现在注册?</a></td></tr>  
</form>  
</table>

</td>
  </tr>
</table>

	</td>
  </tr>
</table>
</body> 
</html> 

⌨️ 快捷键说明

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