📄 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="English/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">type:
<select name="rid" class="input">
<option value="1" selected>new goods</option>
<option value="2">hot goods</option>
<option value="3">activity</option>
<option value="4">net news</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">address:
<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>
Thanks for your ordering the server.We will send new message about us as E-mail to you everytime!</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 + -