7月26
测试地址:http://blbear.com/tools/free_call.htm
<!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=utf-8" />
<meta name="keywords" content="网络电话,回拨,在线呼叫,呼叫中心,软电话"/>
<meta name="description" content="网络电话,回拨,在线呼叫,呼叫中心,软电话"/>
<title>网络电话</title>
<script src="http://www.66call.com/js/code.js"></script>
<script language="javascript">
<!--
function isPhoneNumber(str)
{
if(/^1(3|5)\d{9}$/.test(str))
{
return true;
}else{
if(/^028\d{8}$/.test(str))
{
return true;
}else{
if(str.substr(0,3)!='028' && /^0\d{9,11}$/.test(str))
{
return true;
}else{
if(/^01(3|5)\d{9}$/.test(str))
{
return true;
}else{
return false;
}
}
}
}
}
function CheckMe(frm)
{
if(isEmpty(frm.username.value))
{
frm.username.value="";
frm.username.focus();
return false;
}
if(isEmpty(frm.password.value))
{
frm.password.value="";
frm.password.focus();
return false;
}
if(!isPhoneNumber(frm.username.value)) {
alert("请输入正确的电话号码!");
frm.username.focus();
return false;
}
if(frm.password.value.length > 14) {
alert("密码长度不能大于14位!");
frm.password.focus();
return false;
}
}
function CheckCall(frm)
{
if(!isPhoneNumber(frm.myPhoneNumber.value))
{
alert("请输入正确的电话号码!");
frm.myPhoneNumber.focus();
return false;
}
if(!isPhoneNumber(frm.calleePhoneNumber.value))
{
alert("请输入正确的被叫号码!");
frm.calleePhoneNumber.focus();
return false;
}
}
//-->
</script>
<script src="http://www.66call.com/libs/prototype.js" language="javascript"></script>
<script language="javascript">
function postPhone()
{
new Ajax.Updater('backInfo','http://www.66call.com/Meet/meet2.php',
{
method:'post',
parameters:$('myPhoneNumber').serialize(),
parameters:$('calleePhoneNumber').serialize(),
onSuccess:function() {
$('myPhoneNumber').value = '';
$('calleePhoneNumber').value = '';
}
});
}
</script>
</head>
<body>
<table width="467" border="0" cellspacing="0" cellpadding="0">
<tr>
<form id="phoneForm" name="phoneForm" action="http://www.66call.com/Meet/meet2.php" method="post" onsubmit="return CheckCall(this)" target="CallIt">
<td width="138">我的电话号码:</td>
<td colspan=2 align="left" class="STYLE3"><input name="myPhoneNumber" type="text" id="myPhoneNumber" size="20" maxlength=13 style="width:160px;height:20px;font-family:'Arial';font-weight:bold;font-size:14pt"/></td>
<td height="19">
</tr>
</table>
<table width="467" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="138" height="70">对方电话号码:</td>
<td align="left"><input name="calleePhoneNumber" type="text" id="calleePhoneNumber" size="20" maxlength=13 style="width:160px;height:20px;font-family:'Arial';font-weight:bold;font-size:14pt"/></td>
<td width="136" align="center" valign="middle"> <input type="submit" name="button" value="拨号"/> </form>
</td>
</tr>
</table>
</tr>
</table>
</body>
</html>
<iframe id="CallIt" name="CallIt" width=0 height=0 frameborder=0></iframe>
<!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=utf-8" />
<meta name="keywords" content="网络电话,回拨,在线呼叫,呼叫中心,软电话"/>
<meta name="description" content="网络电话,回拨,在线呼叫,呼叫中心,软电话"/>
<title>网络电话</title>
<script src="http://www.66call.com/js/code.js"></script>
<script language="javascript">
<!--
function isPhoneNumber(str)
{
if(/^1(3|5)\d{9}$/.test(str))
{
return true;
}else{
if(/^028\d{8}$/.test(str))
{
return true;
}else{
if(str.substr(0,3)!='028' && /^0\d{9,11}$/.test(str))
{
return true;
}else{
if(/^01(3|5)\d{9}$/.test(str))
{
return true;
}else{
return false;
}
}
}
}
}
function CheckMe(frm)
{
if(isEmpty(frm.username.value))
{
frm.username.value="";
frm.username.focus();
return false;
}
if(isEmpty(frm.password.value))
{
frm.password.value="";
frm.password.focus();
return false;
}
if(!isPhoneNumber(frm.username.value)) {
alert("请输入正确的电话号码!");
frm.username.focus();
return false;
}
if(frm.password.value.length > 14) {
alert("密码长度不能大于14位!");
frm.password.focus();
return false;
}
}
function CheckCall(frm)
{
if(!isPhoneNumber(frm.myPhoneNumber.value))
{
alert("请输入正确的电话号码!");
frm.myPhoneNumber.focus();
return false;
}
if(!isPhoneNumber(frm.calleePhoneNumber.value))
{
alert("请输入正确的被叫号码!");
frm.calleePhoneNumber.focus();
return false;
}
}
//-->
</script>
<script src="http://www.66call.com/libs/prototype.js" language="javascript"></script>
<script language="javascript">
function postPhone()
{
new Ajax.Updater('backInfo','http://www.66call.com/Meet/meet2.php',
{
method:'post',
parameters:$('myPhoneNumber').serialize(),
parameters:$('calleePhoneNumber').serialize(),
onSuccess:function() {
$('myPhoneNumber').value = '';
$('calleePhoneNumber').value = '';
}
});
}
</script>
</head>
<body>
<table width="467" border="0" cellspacing="0" cellpadding="0">
<tr>
<form id="phoneForm" name="phoneForm" action="http://www.66call.com/Meet/meet2.php" method="post" onsubmit="return CheckCall(this)" target="CallIt">
<td width="138">我的电话号码:</td>
<td colspan=2 align="left" class="STYLE3"><input name="myPhoneNumber" type="text" id="myPhoneNumber" size="20" maxlength=13 style="width:160px;height:20px;font-family:'Arial';font-weight:bold;font-size:14pt"/></td>
<td height="19">
</tr>
</table>
<table width="467" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="138" height="70">对方电话号码:</td>
<td align="left"><input name="calleePhoneNumber" type="text" id="calleePhoneNumber" size="20" maxlength=13 style="width:160px;height:20px;font-family:'Arial';font-weight:bold;font-size:14pt"/></td>
<td width="136" align="center" valign="middle"> <input type="submit" name="button" value="拨号"/> </form>
</td>
</tr>
</table>
</tr>
</table>
</body>
</html>
<iframe id="CallIt" name="CallIt" width=0 height=0 frameborder=0></iframe>
爱我游戏
12/26/2008 17:29
ukidhulei 回复于 12/26/2008 17:59
……
waille2
10/30/2008 05:45
不行啊,能不能把放在网站完整的程序发一份给我啊!我的邮箱里非常感谢了,
ukidhulei 回复于 11/03/2008 13:59
这个……这样的东西都有时效性……这是7月份发的……


分页: 1/1
1
1
绑定?我用破解的比翼马e
如何给BO-BLOG加上


16:40

