📄 index.asp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>发送短信</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.STYLE1 {color: #999999}
body,td,th {
font-size: 12px;
}
-->
</style></head>
<SCRIPT language=JavaScript>
<!--
function checkForm(obj)
{
if(obj.msg.value.length==0)
{
alert("请输入短信内容?")
obj.msg.focus()
return false
}
if(obj.msg.value=="请输入短信内容")
{
alert("请输入短信内容?")
obj.msg.focus()
return false
}
if(obj.zz.value.length==0)
{
alert("请输入您的大名?")
obj.zz.focus()
return false
}
if(obj.zz.value=="你的大名")
{
alert("请输入您的大名?")
obj.zz.focus()
return false
}
return true
}
//-->
</SCRIPT>
<body onContextMenu="return false" onSelectStart="return false">
<table width="209" border="0" cellspacing="0" cellpadding="0"><form action="/sendmsgtomobile/Send.asp" method="post" name="form1" id="form1" onSubmit="return checkForm(this)" > <tr> <td><img src="/sendmsgtomobile/top.jpg" width="209" height="50" /></td> </tr> <tr> <td height="150" valign="top" background="/sendmsgtomobile/bg.jpg"> <table width="190" border="0" align="center" cellpadding="2" cellspacing="0"> <tr> <td> <div align="center">
<textarea rows="7" style="width:190px" id=msg name=msg value="请输入短信内容" onfocus="if (this.value=='请输入短信内容') this.value=''" ></textarea>
<span class="STYLE1">如要回复请填写手机号码</span> </div></td>
</tr> <tr> <td> <input type="text" style="width:190px" id=zz name=zz value="你的大名" onfocus="if (this.value=='你的大名') this.value=''" > </td> </tr> <tr><td align="center"><input type="button" value="发送短信" onclick="javascript:{this.disabled=true;document.form1.submit();}">
</td>
</tr> </table></td> </tr> <tr> <td><a href="http://www.nbhtml.com" target="_blank"><img src="/sendmsgtomobile/foot.jpg" width="209" height="25" border=0/></a></td> </tr></form></table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -