📄 mail.asp
字号:
<script language=javascript>
<!--
function chkinput ()
{
if (eform.email.value=='')
{
alert("请输入您的邮件")
document.eform.email.focus();
return false;
}
var re = new RegExp("^([A-Za-z0-9_|-]+[.]*[A-Za-z0-9_|-]+)+@[A-Za-z0-9|-]+([.][A-Za-z0-9|-]+)*[.][A-Za-z0-9]+$","ig");
if (!re.test(eform.email.value))
{
alert("E-MAIL格式不正确!");
eform.email.focus();
return false;
}
}
-->
</script>
<table width="195" border="0" cellspacing="0" cellpadding="0" background="{$setpath}images/brandbg.gif">
<FORM name=eform action="opt.asp?action=orderemail" method="post" onsubmit="return chkinput();">
<tr>
<td height="30" background="chinese/mail.gif"> </td>
</tr>
<tr>
<td align="center"><table width="95%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td height="1" background="{$setpath}images/bar1.gif"><img src="{$setpath}images/null.gif" width="1" height="1" /></td>
</tr>
<tr>
<td height="30">订阅内容:
<select name="rid" class="input">
<option value="1" selected>新品速递</option>
<option value="2">热门商品</option>
<option value="3">优惠活动</option>
<option value="4">网站新闻</option>
</select> </td>
</tr>
<tr>
<td height="1" background="{$setpath}images/bar1.gif"><img src="{$setpath}images/null.gif" width="1" height="1" /></td>
</tr>
<tr>
<td height="30">邮件地址:
<input type="text" name="email" class="input1" size=15></td>
</tr>
<tr>
<td height="1" background="{$setpath}images/bar1.gif"><img src="{$setpath}images/null.gif" width="1" height="1" /></td>
</tr>
<tr>
<td height="27" align="center">
<input type="image" name="imageField" src="{$setpath}images/log_in.gif"width="58" height="21"/></td>
</tr>
<tr>
<td height="55" align="center"><font color="#999999">
<label>
</label>
欢迎制定邮件订购服务,我们每次更新后的先观相关内容将以邮件形式发送给您</font>!</td>
</tr>
</table></td>
</tr>
<tr>
<td height="10" align="center" background="{$setpath}images/BRANDdown.gif"><img src="{$setpath}images/null.gif" width="1" height="10" /></td>
</tr>
</FORM>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -