这个页面如何处理

msroom 2004-02-03 04:10:36
<!-- 自写短信开始-->

<table width=405 border=0 cellpadding=0 cellspacing=0>
<tr><td height=5></td>
</tr>
<tr bgcolor=#FFBE47><td width=301 height=21></td>
</table>
<table width=405 border=0 cellpadding=0 cellspacing=0 bgcolor=#FFF6E6>
<tr valign=top><td width=175>
<table width=175 border=0 cellpadding=0 cellspacing=4>
<form name="sndfm" method=post action="http://sms.sina.com.cn/cgi-bin/sms/sendto.cgi" onsubmit="return checkSendto('sndfm')">
<tr><td width=170><input type=hidden name=sname value=""><input type=hidden name=login value=1>对方手机号 <input type=text size=14 class=in01 name=mobile></td></tr>
<tr><td>  <input name=user type=hidden class=in01 value="131××××××××" size=14></td></tr>
<tr><td>  <input name=passwd type=hidden class=in01 value="×××××" size=14></td></tr>

</table></td>
<td width=230>
<table width=230 border=0 cellpadding=0 cellspacing=4>
<tr><td colspan=2><textarea cols=29 rows=2 class=in01 name=msg></textarea></td></tr>
<td width=82>
<input type=button value="重写" onclick="makeZero()" value="发送" style="background:url('http://image2.sina.com.cn/sms/liantong/abcdef.GIF');border-width:0px;width:34px;height:18px;color:#ffffff"> <input type=submit value="发送" style="background:url('http://image2.sina.com.cn/sms/liantong/abcdef.GIF');border-width:0px;width:34px;height:18px;color:#ffffff"></td></tr>
</form>
</table></td>
</table>
<table width=405 border=0 cellpadding=0 cellspacing=0 bgcolor=#fff6e6>
<tr><td width=402><img src=http://image2.sina.com.cn/sms/liantong/lt47.gif width=3 height=3></td><td width=3><img src=http://image2.sina.com.cn/sms/liantong/lt48.gif width=3 height=3></td></tr>
</table>
<!-- 自写短信 end -->
...全文
42 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
msroom 2004-02-03
  • 打赏
  • 举报
回复
<!--#include file="../inc/css.asp"-->
<form name="sndfm" method=post action="http://sms.sina.com.cn/cgi-bin/sms/sendto.cgi">
<table width=175 border=0 cellpadding=0 cellspacing=4>
<tr><td width=170><input type=hidden name=sname value="佳惠百货">
<input type=hidden name=login value=1>对方手机号
<input type=text size=14 class=in01 name=mobile>
<input name=user type=hidden class=in01 value="131×××××" >
<input name=passwd type=hidden class=in01 value="××××××"></td></tr>
<td width=230>
<tr><td colspan=2><textarea cols=29 rows=4 class=in01 name=msg></textarea></td></tr>
<td width=82>
<div align="right">
<input type=submit value="发送" onclick="return CheckData();">
</div></td></tr>
</table>

</form>
<script language="JavaScript">
function CheckData()
{

if(jtrim(document.sndfm.msg.value)=="")
{
alert("您没有写短信!")
document.sndfm.msg.focus();
return false;
}
if(jtrim(document.sndfm.mobile.value)=="")
{
alert("您没有填手机号码!")
document.sndfm.mobile.focus();
return false;
}
return true;
}
</script>
msroom 2004-02-03
  • 打赏
  • 举报
回复

form name="sndfm" method=post action="http://sms.sina.com.cn/cgi-bin/sms/sendto.cgi"
我的意思是在我的网站上作免费的短信,但是没有免费的短信,而是我在新浪上注册手机,并把他的自写的短信代码考到我的网站上,
我不想别人知道知道这些,以为是我们的网站提供了免费短信的服务
TrueAndFalse 2004-02-03
  • 打赏
  • 举报
回复
form name="sndfm" method=post action="你想要转到的页面">
msroom 2004-02-03
  • 打赏
  • 举报
回复
我在新浪上注册了我的手机,我把上面的这些代码写在我的网站上,但是点击发送按钮以后页面就会转到http://sms.sina.com.cn/cgi-bin/sms/sendto.cgi
假如我想在点击提交按钮后,显示一个自己的页面,让http://sms.sina.com.cn/cgi-bin/sms/sendto.cgi,隐藏,这个怎么做到

28,407

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧