短信发送程序
作者:Avram 来源:动网先锋 添加时间:2006-5-21 10:25:25<html>
<head>
<title>短消息发送</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<Script Language="JavaScript">
var temp="";
function check()
{
if (temp==form1.message.value)
{
alert("您不能输入重复的语句");
temp=form1.message.value;
return false;
}
else
{
temp=form1.message.value;
return true;
}
}
</Script>
</head>
<body bgcolor="#0803C7" topmargin="0">
<table width="97%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<center>
<img src="/edu/files/pic/2006-5/21/065211025257484.jpg" width="768" height="8">
</center>
</form>
</td>
</tr>
</table>
</body>
</html>
把上面的代码保存为 htm 格式就可以用了
站内搜索