在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP/Basic基础 → asp版本飞信程序

asp版本飞信程序

ASP/Basic基础

下载此实例
  • 开发语言:ASP
  • 实例大小:0.04M
  • 下载次数:18
  • 浏览次数:208
  • 发布时间:2014-08-28
  • 实例类别:ASP/Basic基础
  • 发 布 人:liuzhiheng
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 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">
<!--http://www.129123.com -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>飞信快线-免费发短信</title>
<meta name="keywords" content="飞信,免费发短信,免费短信,在线发送短信,,博兴快线" />
<meta name="description" content="飞信的一套免费在线发送飞信短信的程序,欢迎大家使用!" />
<link href="images/kuaixian.css" rel="stylesheet" type="text/css" />
<script language="Javascript"><!--
function VF_kuaixian(){ //v2.0
<!--start_of_saved_settings-->
<!--type,textarea,name,message,required,true,errMsg,请输入短信内容!-->
<!--type,text,name,sendto,required,true,isNum,errMsg,请填写接收手机号码!-->
<!--type,text,name,password,required,true,errMsg,请填写您的手机密码!-->
<!--type,text,name,username,required,true,errMsg,请填写您开通飞信的手机号码!-->
<!--end_of_saved_settings-->
	var theForm = document.kuaixian;
	var numRE = /^\d $/;
	var errMsg = "";
	var setfocus = "";

	if (theForm['message'].value == ""){
		errMsg = "请输入短信内容!";
		setfocus = "['message']";
	}
	if (!numRE.test(theForm['sendto'].value)){
		errMsg = "请填写接收手机号码!";
		setfocus = "['sendto']";
	}
	if (theForm['password'].value == ""){
		errMsg = "请填写您的手机密码!";
		setfocus = "['password']";
	}
	if (theForm['username'].value == ""){
		errMsg = "请填写您开通飞信的手机号码!";
		setfocus = "['username']";
	}
	if (errMsg != ""){
		alert(errMsg);
		eval("theForm"   setfocus   ".focus()");
	}
	else theForm.submit();
}//-->
</script>

</head>

<body>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><img src="images/logo.gif" width="500" height="94" /></td>
  </tr>
</table>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="383"><form action="kuaixian.asp" method="post" name="kuaixian" id="kuaixian" onsubmit="VF_kuaixian();return false;">
      <table width="360" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#c5d7ef">
        <tr>
          <td bgcolor="#FFFFFF"><table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td>&nbsp;</td>
              </tr>
            </table>
              <table width="300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#c5d7ef">
                <tr>
                  <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td height="30" colspan="2" bgcolor="#e5ecf9">&nbsp;&nbsp;&nbsp; <span class="sizeone">发送方</span>:[已经开通飞信的手机] </td>
                      </tr>
                      <tr>
                        <td width="37%" height="50" align="center" bgcolor="#FFFFFF" class="sizetwo">飞信手机:<img src="images/help.gif" alt="您开通飞信的手机号!" width="14" height="14" /></td>
                        <td width="63%" bgcolor="#FFFFFF"><input name="username" type="text" class="inputone" id="username" size="25" /></td>
                      </tr>
                      <tr>
                        <td height="50" align="center" bgcolor="#FFFFFF" class="sizetwo">飞信密码:<img src="images/help.gif" alt="您的飞信登录密码!" width="14" height="14" /></td>
                        <td bgcolor="#FFFFFF"><input name="password" type="password" class="inputone" id="password" size="26" /></td>
                      </tr>
                  </table></td>
                </tr>
              </table>
            <table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td>&nbsp;</td>
                </tr>
              </table>
            <table width="300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#c5d7ef">
                <tr>
                  <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td height="30" colspan="2" bgcolor="#e5ecf9">&nbsp;&nbsp;&nbsp; <span class="sizeone">接收方</span>:[是飞信好友或者是自己]
                          <div id="loading2"></div></td>
                      </tr>
                      <tr>
                        <td width="34%" height="50" align="center" bgcolor="#FFFFFF" class="sizetwo">接收手机:<img src="images/help.gif" alt="必须是您的飞信好友!" width="14" height="14" /></td>
                        <td width="66%" align="center" bgcolor="#FFFFFF"><input name="sendto" type="text" class="inputone" id="sendto" size="25" /></td>
                      </tr>
                      <tr>
                        <td height="100" align="center" bgcolor="#FFFFFF" class="sizetwo">飞信内容:<img src="images/help.gif" alt="最多可以发送180个字符!" width="14" height="14" /></td>
                        <td align="center" valign="middle" bgcolor="#FFFFFF"><textarea name="message" cols="21" rows="8" class="inputtwo" id="message"></textarea></td>
                      </tr>
                  </table></td>
                </tr>
              </table>
            <table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td>&nbsp;</td>
                </tr>
              </table>
            <table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td align="center"><input type="submit" name="Submit" value="立刻发送我的短信" /></td>
                </tr>
              </table>
            <table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td>&nbsp;</td>
                </tr>
            </table></td>
        </tr>
      </table>
        </form>
    </td>
    <td width="517" height="393" valign="bottom" background="images/feixin.gif" style="background-repeat:no-repeat"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="30" class="sizeone">什么是飞信?          </td>
      </tr>
      <tr>
        <td><p class="sizetwo">&nbsp;&nbsp;&nbsp; 飞信是中国移动的一项新业务,为注册用户提供融合语音(IVR)、GPRS、短信等多种通信方式的综合通信服务,在手机和电脑上都可以使用。</p>
          <p class="sizetwo">&nbsp;&nbsp;&nbsp; 飞信可通过PC客户端、手机客户端或WAP方式登录,也可用普通短信方式与各客户端上的联系人沟通。凭借中国移动优势飞信还提供免费短信、超低语音资费、手机电脑之间文件互传等诸多强大功能。实现永不离线、无缝沟通的状态。</p>
          <p class="sizetwo">&nbsp;&nbsp;&nbsp; 您开通飞信后,系统会分配给您一个唯一的号码——飞信号。<a href="http://www.129123.com/" title="百宝箱" >百宝箱</a>飞信号与您的手机号相对应,一般为9位数字。您可以通过手机号或飞信号添加好友以及跟好友联络,实现实名或匿名沟通。</p></td>
      </tr>
      <tr>
        <td height="30" class="sizeone">开通飞信:</td>
      </tr>
      <tr>
        <td height="30" class="sizetwo">&nbsp;&nbsp;&nbsp; 编辑短信“KTFX”发送到10086或12520开通飞信。 </td>
      </tr>
      <tr>
        <td height="30" class="sizeone">关闭飞信</td>
      </tr>
      <tr>
        <td height="30" class="sizetwo">&nbsp;&nbsp;&nbsp; 编辑短信“QXFX”发送到10086关闭飞信</td>
      </tr>
      
    </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="center" height="70"></td>
        </tr>
    </table></td>
  </tr>
</table>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="30" align="center">因为采用WEB方式发送飞信,可能会有很大的延迟现象,请见谅!飞信快线,免费发短信!by:<a href="http://www.129123.com/" title="百宝箱" >百宝箱</a></td>
  </tr>
</table>

</body>
</html>

标签: asp

实例下载地址

asp版本飞信程序

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警