PHP+Ajax 網(wǎng)站SEO查詢工具 提供代碼
更新時(shí)間:2007年03月26日 00:00:00 作者:
index.html
復(fù)制代碼 代碼如下:
<!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=gb2312" />
<title>PHP+Ajax 網(wǎng)站SEO查詢工具 Powered By Master8.NET</title>
<meta name="author" content="站長(zhǎng)吧 Master8.NET" />
<meta name="description" content="PHP+Ajax 網(wǎng)站SEO查詢工具" />
<meta name="keywords" content="PHP,Ajax,網(wǎng)站SEO,查詢,工具" />
<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="./ajax.js"></script>
<script type="text/javascript">
function doseo() {
if(!$('domain').value.match(/^([a-z0-9\-]{1,}\.)?[a-z0-9\-]{2,}\.([a-z0-9\-]{1,}\.)?[a-z0-9]{2,}$/i)){
alert('哈羅~~~首先,請(qǐng)輸入正確的域名 :P ');
$('domain').value = '';
$('domain').focus();
return;
}
$('seo_result').innerHTML = ' <img src="./images/loading.gif" width="94" height="15" align="absmiddle" alt="正在加載,請(qǐng)稍候... 如果長(zhǎng)時(shí)間未響應(yīng),請(qǐng)嘗試重新查詢"/> Loading...';
$('seo_result').style.display = '';
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 < jobs.length; i++) {
if($(jobs[i]+'_check').checked == false) continue;
makeRequest('job='+jobs[i]+'&domain='+$('domain').value); break;
}
}
function $(ID) {
return document.getElementById(ID);
}
</script>
</head>
<body>
<div class="div line">
<input type="input" size="18" name="domain" id="domain" value="www.master8.net" style="height:12px;" onmouseover="this.select()" ondblclick="this.value='';" title="請(qǐng)輸入您的網(wǎng)站域名 雙擊鼠標(biāo)清空輸入框"/>
<input type="radio" name="type" value="alexa" id="alexa_check" />Alexa排名
<input type="radio" name="type" value="pagerank" id="pagerank_check" checked />PageRank
<input type="radio" name="type" value="google" id="google_check"/>Google收錄
<input type="radio" name="type" value="baidu" id="baidu_check"/>Baidu收錄
<img src="./images/doseo.gif" width="52" height="18" align="absmiddle" onclick="doseo();" style="cursor:pointer" alt="網(wǎng)站SEO查詢"/>
<img src="./images/moreseo.gif" width="52" height="18" align="absmiddle" onclick="$('seo_more').style.display=$('seo_more').style.display=='none'?'':'none';" style="cursor:pointer" alt="更多SEO查詢"/>
</div>
<div class="div line" style="display:none" id="seo_more">
<input type="radio" name="type" value="chinarank" id="chinarank_check" />ChinaRank排名
<input type="radio" name="type" value="sogourank" id="sogourank_check" />搜狗Rank
<input type="radio" name="type" value="yahoo" id="yahoo_check"/>Yahoo
<input type="radio" name="type" value="msn" id="msn_check"/>MSN
<input type="radio" name="type" value="sogou" id="sogou_check"/>搜狗
<input type="radio" name="type" value="iask" id="iask_check"/>新浪
<input type="radio" name="type" value="so163" id="so163_check"/>網(wǎng)易
<input type="radio" name="type" value="zhongsou" id="zhongsou_check"/>中搜
<input type="radio" name="type" value="vnet" id="vnet_check"/>電信114
</div>
<div class="div line" style="display:none" id="seo_result">
</div>
<div class="div" style="font-size:9px;text-align:right;">
<a >Powered By Master8.NET</a> </div>
</body>
</html>
本地下載
您可能感興趣的文章:
- 十個(gè)優(yōu)秀的Ajax/Javascript實(shí)例網(wǎng)站收集
- 編碼為GB2312網(wǎng)站讓AJAX接收的數(shù)據(jù)顯示支持中文
- php ajax網(wǎng)站瀏覽統(tǒng)計(jì)功能的簡(jiǎn)單實(shí)現(xiàn)
- 爬取今日頭條Ajax請(qǐng)求
- ajax+node+request爬取網(wǎng)絡(luò)圖片的實(shí)例(宅男福利)
- 通過(guò)抓取淘寶評(píng)論為例講解Python爬取ajax動(dòng)態(tài)生成的數(shù)據(jù)(經(jīng)典)
- 如何爬取通過(guò)ajax加載數(shù)據(jù)的網(wǎng)站
相關(guān)文章
PHP文件上傳、客戶端和服務(wù)器端加限制、抓取錯(cuò)誤信息、完整步驟解析
文件上傳分為兩個(gè)部分,HTML顯示部分和PHP處理部分。這篇文章主要介紹了PHP文件上傳、客戶端和服務(wù)器端加限制、抓取錯(cuò)誤信息、完整步驟解析,需要的朋友參考下吧2017-01-01分享PHP源碼批量抓取遠(yuǎn)程網(wǎng)頁(yè)圖片并保存到本地的實(shí)現(xiàn)方法
本篇文章給大家分享PHP源碼批量抓取遠(yuǎn)程網(wǎng)頁(yè)圖片并保存到本地的實(shí)現(xiàn)方法,對(duì)批量抓取網(wǎng)頁(yè)圖片相關(guān)知識(shí)感興趣的朋友一起學(xué)習(xí)吧2015-12-12關(guān)于二級(jí)目錄拖拽排序的實(shí)現(xiàn)(源碼示例下載)
本篇文章介紹了,關(guān)于二級(jí)目錄拖拽排序的實(shí)現(xiàn)(源碼示例下載)。需要的朋友參考下2013-04-04laravel 時(shí)間格式轉(zhuǎn)時(shí)間戳的例子
今天小編就為大家分享一篇laravel 時(shí)間格式轉(zhuǎn)時(shí)間戳的例子,具有很好的參考價(jià)值,希望對(duì)大家有所幫助。一起跟隨小編過(guò)來(lái)看看吧2019-10-10yii2中的rules 自定義驗(yàn)證規(guī)則詳解
yii2的一個(gè)強(qiáng)大之處之一就是他的Form組件,既方便又安全。本文給大家介紹yii2中的rules 自定義驗(yàn)證規(guī)則,需要的朋友參考下2016-04-04