<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:///TR/xhtml1/DTD/">
<html xmlns="http:///1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>PHP+Ajax website SEO query tool Powered By </title>
<meta name="author" content="Webmaster " //
<meta name="description" content="PHP+Ajax Website SEO Query Tool" //
<meta name="keywords" content="PHP,Ajax, website SEO, query, tools" />
<style>
body {
margin-top:10px;
background-color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
img {
border:none;
}
a:link,a:visited,a:active {
color:#333333;
text-decoration:none;
}
a:hover {
color:#FF0000;
text-decoration:underline;
}
.div {
margin:auto;
padding:5px;
width:610px;
}
.line {
border-bottom:#E4E4E4 1px solid;
}
</style>
<script type="text/javascript" src="./"></script>
<script type="text/javascript">
function doseo() {
if(!$('domain').(/^([a-z0-9\-]{1,}\.)?[a-z0-9\-]{2,}\.([a-z0-9\-]{1,}\.)?[a-z0-9]{2,}$/i)){
alert('Harrow~~~First of all, please enter the correct domain name:P ');
$('domain').value = '';
$('domain').focus();
return;
}
$('seo_result').innerHTML = ' <img src="./images/" width="94" height="15" align="absmiddle" alt="loading, please wait... If there is no response for a long time, please try to re-query"/> Loading...';
$('seo_result'). = '';
var jobs = new Array();
jobs[0] = "alexa";
jobs[1] = "pagerank";
jobs[2] = "google";
jobs[3] = "baidu";
jobs[4] = "chinarank";
jobs[5] = "sogourank";
jobs[6] = "yahoo";
jobs[7] = "msn";
jobs[8] = "sogou";
jobs[9] = "iask";
jobs[10] = "so163";
jobs[11] = "zhongsou";
jobs[12] = "vnet";
for (var i = 0; i < ; i++) {
if($(jobs[i]+'_check').checked == false) continue;
makeRequest('job='+jobs[i]+'&domain='+$('domain').value); break;
}
}
function $(ID) {
return (ID);
}
</script>
</head>
<body>
<div class="div line">
<input type="input" size="18" name="domain" value="" style="height:12px;" onmouseover="()" ondblclick="='';" title="Please enter your website domain name"Double-click the mouse to clear the input box"/>
<input type="radio" name="type" value="alexa" //Alexa ranking
<input type="radio" name="type" value="pagerank" checked />PageRank
<input type="radio" name="type" value="google" />Google included
<input type="radio" name="type" value="baidu" />Included by Baidu
<img src="./images/" width="52" height="18" align="absmiddle" onclick="doseo();" style="cursor:pointer" alt="Website SEO Query"/>
<img src="./images/" width="52" height="18" align="absmiddle" onclick="$('seo_more').=$('seo_more').=='none'?'':'none';" style="cursor:pointer" alt="more SEO queries"/>
</div>
<div class="div line" style="display:none" >
<input type="radio" name="type" value="chinarank" />ChinaRank Ranking
<input type="radio" name="type" value="sogourank" />Sogou Rank
<input type="radio" name="type" value="yahoo" />Yahoo
<input type="radio" name="type" value="msn" />MSN
<input type="radio" name="type" value="sogou" />Sougou
<input type="radio" name="type" value="iask" />Sina
<input type="radio" name="type" value="so163"/>NetEase
<input type="radio" name="type" value="zhongsou" />Search
<input type="radio" name="type" value="vnet" />Telecom 114
</div>
<div class="div line" style="display:none" >
</div>
<div class="div" style="font-size:9px;text-align:right;">
<a href="http://" target="_blank">Powered By </a> </div>
</body>
</html>