日期:2014-05-16 浏览次数:20362 次
<html>
<head>
<title>测试短信专家系统的WebService服务</title>
<STYLE type="text/css">
p,div,a {
?marign: 0px;
?padding: 0px;
?font-size: 12px;
?font-family: "Tahoma", "Arial", "";
}
table,td {
?marign: 0px;
?padding: 0px;
?font-size: 12px;
?font-family: "Tahoma", "Arial", "";
?line-height: 150%;
?white-space: normal;
?word-wrap: break-word;
?word-break: break-all;
?border-style: dotted;
?border-width: 1px;
}
input,option,select {
?marign: 0px;
?padding: 0px;
?font-size: 12px;
?font-family: "Tahoma", "Arial", "";
?border-style: solid;
?border-width: 1px;
?border-color: #ccc;
}
.divininoShow {
?display: none;
}
.fontRed {
?color: red;
}
</style>
<script language="javascript">
function HTTPRequest()
{
var xmlhttp=null;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (_e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (_E) { }
}
if (!xmlhttp && typeof XMLHttpRequest != 'undefined') {
try {
xmlhttp = new XMLHttpRequest();
} catch (e) {
xmlhttp = false;
}
? }
return xmlhttp;
}