国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

ajax技術制作得在線歌詞搜索功能

2019-11-18 16:58:40
字體:
來源:轉載
供稿:網友

最新制作完成的在線歌詞搜索功能,利用Ajax技術,無刷新顯示歌詞,只需要輸入你要查找的歌曲名或歌詞。界面還不是很好看,完善中......

源碼下載http://www.efish.cn/ajaxss.rar

 1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " 2<html xmlns=" 3<head>
 4<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
 5<title>無標題文檔</title>
 6</head>
 7
 8<body>
 9<style type="text/
CSS">
10<!--
11body {
12background-color: #FFFFFF;
13 font-size: 85%;
14 font-family: Verdana;
15 margin-top : 10px;
16 margin-left : 10px;
17}
18a:link{color:#3737c8}
19a:active {color: #f00;}
20a:visited {color:#639;}
21-->
22</style>
23<script language="javascript">
24    var http_request = false;
25    function send_request(url) {//初始化、指定處理函數、發送請求的函數
26        http_request = false;
27        //開始初始化xmlhttpRequest對象
28        if(window.XMLHttPRequest) { //Mozilla 瀏覽器
29            http_request = new XMLHttpRequest();
30            if (http_request.overrideMimeType) {//設置MiME類別
31                http_request.overrideMimeType('text/xml');
32            }
33        }
34        else if (window.ActiveXObject) { // IE瀏覽器
35            try {
36                http_request = new ActiveXObject("Msxml2.XMLHTTP");
37            } catch (e) {
38                try {
39                    http_request = new ActiveXObject("Microsoft.XMLHTTP");
40                } catch (e) {}
41            }
42        }
43        if (!http_request) { // 異常,創建對象實例失敗
44            window.alert("不能創建XMLHttpRequest對象實例.");
45            return false;
46        }
47        http_request.onreadystatechange = processRequest;
48        // 確定發送請求的方式和URL以及是否同步執行下段代碼
49        http_request.open("GET", url, true);
50        http_request.send(null);
51    }
52    // 處理返回信息的函數
53    function processRequest() {
54        if (http_request.readyState == 4) { // 判斷對象狀態
55            if (http_request.status == 200) { // 信息已經成功返回,開始處理信息
56                //alert(http_request.responseText);
57                document.getElementById("result").innerHTML = http_request.responseText;
58            } else { //頁面不正常
59                alert("您所請求的頁面有異常。");
60            }
61        }
62    }
63    function dosearch() {
64        var f = document.form1;
65        var geci = f.geci.value;
66        if(geci=="") {
67            window.alert("請輸入你要查詢的歌詞");
68            f.geci.focus();
69            return false;
70        }
71        else {
72            document.getElementById("result").innerHTML="正在查詢,請稍候";
73            send_request('http://www.efish.cn/getgeci.aspx?m='+escape(geci));
74        }
75    }
76    function submitForm() {
77        if(window.event.keyCode==13) {
78            dosearch();
79        }
80    }
81</script>
82<p></p><p></p>
83<form id="form1" name="form1" method="post" action="">
84<center><span style="font-size:18px; color:#FF0000">十萬歌詞在線免費查詢</span></center>
85<p></p>
86  請輸入歌曲名:
87  <input name="geci" type="text" id="geci" value="東風破" size="60" height="30" maxlength="50" onKeyDown="submitForm()"  />
88  <input type="button" name="search" value="查詢歌詞" onClick="dosearch()"><br />
89  <span id="result"></span>
90</form>
91</body>
92</html>

http://www.survivalescaperooms.com/efish/archive/2006/09/21/510873.html


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 玉屏| 二手房| 克什克腾旗| 乐清市| 辽宁省| 永新县| 芒康县| 湘阴县| 子洲县| 东乌珠穆沁旗| 治多县| 南京市| 灵山县| 灵武市| 甘德县| 洱源县| 稻城县| 石首市| 赣榆县| 乐山市| 仙桃市| 南充市| 同仁县| 凯里市| 遵义县| 桂林市| 抚顺市| 仪征市| 平乐县| 沾化县| 阳江市| 张家口市| 筠连县| 东城区| 广河县| 道孚县| 莒南县| 静海县| 绩溪县| 西乌珠穆沁旗| 邯郸县|