當前位置:成語大全網 - 書法字典 - Html:如何在搜索頁面中編寫包含文本的代碼

Html:如何在搜索頁面中編寫包含文本的代碼

分類:計算機/網絡》》;編程》》;其他編程語言

問題描述:

類似於按F3 ~!

僅搜索當前頁面中的文本~!

不要查詢數據庫

分析:

& lt& gt

& lthead & gt

& ltmeta-equiv =“Content-Language“Content =“zh-“& gt;

& ltmeta-equiv =“Content-Type“Content =“text/;charset = GB 2312“》;

& lttitle & gt測試& lt/title & gt;

& lt/head & gt;

& ltbody class =“page _ speeder _ 724936674“& gt。

& lt腳本語言=“JavaScript“& gt;

var NS4 =(document yers);哪個瀏覽器?

var IE4 =(document . all);

var win =窗口;要搜索的窗口。

var n = 0;

函數查找頁面(字符串){

var txt,I,發現;

if(str = =““)

返回false

查找給定字符串在頁面上的下壹個出現位置,繞回

如有必要,開始頁面。

如果(NS4 ){

從當前點開始查找匹配。如果找不到,倒帶

回到第壹場比賽。

如果(!win . find(str)

while(win . find(str,false,true))

n++;

其他

n++;

如果在兩個方向都找不到,請給出消息。

如果(n == 0)

Alert(“在此頁面上找不到。”);

}

if(IE4 ){

txt = win . document . body . create text range();

從頁面頂部開始查找第n個匹配項。

for(I = 0;我& lt= n & amp& amp(found = txt . find text(str))!= falsei++) {

txt . movestart(“character“,1);

txt . moveend(“textedit“);

}

如果找到了,標記它並滾動到視圖中。

如果(找到){

txt.moveStart(“字符“,-1);

txt . find text(str);

txt . select();

txt . scrollintoview();

n++;

}

否則,從頁面頂部重新開始並查找第壹個匹配項。

否則{

if(n & gt;0) {

n = 0;

find in page(str);

}

到處都找不到,請留言。

其他

Alert(“在此頁面上找不到此主題,請嘗試使用百度的搜索引擎在線查看。”);

}

}

返回false

}

& lt/script & gt;

& ltdiv id =“floater“class =“page _ speeder _ 1555397322“& gt。

& ltdiv align = center class =“page _ speeder _ 1173002127“& gt。

& lt腳本語言= JavaScript & gt

self . on error = null;

currentX = currentY = 0;

whichIt = null

lastScrollX = 0;last scrolly = 0;

NS =(document yers)?1 : 0;

IE =(document . all)?1: 0;

& lt!-跟蹤者代碼-& gt;

函數心跳(){

if(IE){ diffY = document . body . scroll top;diffX = document . body . scroll left;}

if(NS){ diffY = self . page yo offset;diffX = self.pageXOffset}

如果(diffY!= last scrolly ){

percent =。1 *(diffY-lastScrollY);

if(percent & gt;0)percent = math . ceil(percent);

else percent = math . floor(percent);

if(IE)document . all . floater . style . pixel top+= percent;

if(NS)document . floater . top+= percent;

last scrolly = last scrolly+percent;

}

if(difx!= lastScrollX ){

percent =。1 *(difx-lastScrollX);

if(percent & gt;0)percent = math . ceil(percent);

else percent = math . floor(percent);

if(IE)document . all . floater . style . pixel left+= percent;

if(NS)document . floater . left+= percent;

lastScrollX = lastScrollX+percent;

}

}

& lt!-/跟蹤者代碼-& gt;

& lt!-拖放代碼-& gt;

函數檢查焦點(x,y ){

stalkerx = document . floater . pagex;

stalkery = document . floater . pagey;

stalker width = document . floater . clip . width;

stalker height = document . floater . clip . height;

if((x & gt;斯道克斯& amp& ampx & lt(stalkerx+stalkerwidth)& amp;& amp(y & gt斯塔爾克裏& amp& ampy & lt(stalkery+stalkerheight)))返回true

否則返回false

}

函數grabIt(e)

如果(即)

which it = event . src element;

while(which it . id . index of(“floater“)= =-1 ){

which it = which it . parent element;

if(which it = = null){ return true;}

}

which it . style . pixel left = which it . offset left;

which it . style . pixel top = which it . offsettop;

currentX =(event . clientx+document . body . scroll left);

currentY =(event . clienty+document . body . scroll top);

}否則{

window.captureEvents(事件。MOUSEMOVE);

if(check focus(e . pagex,e . pagey)){

whichIt = document.floater

StalkerTouchedX = e . pagex-document . floater . pagex;

StalkerTouchedY = e . pakey-document . floater . pakey;

}

}

返回true

}

函數移動(e)

if(which it = = null){ return false;}

如果(即)

newX =(event . clientx+document . body . scroll left);

newY =(event . clienty+document . body . scroll top);

distance x =(newX-currentX);distance y =(newY-currentY);

currentX = newXcurrentY = newY

which it . style . pixel left+= distance x;

which it . style . pixel top+= distance y;

if(which it . style . pixel top & lt;document . body . scroll top)which it . style . pixel top = document . body . scroll top;

if(which it . style . pixel left & lt;document . body . scroll left)which it . style . pixel left = document . body . scroll left;

if(which it . style . pixel left & gt;document . body . offset width-document . body . scroll left-which it . style . pixel width-20)which it . style . pixel left = document . body . offset width-which it . style . pixel width-20;

if(which it . style . pixel top & gt;document . body . offset height+document . body . scroll top-which it . style . pixel height-5)which it . style . pixel top = document . body . offset height+document . body . scroll top-which it . style . pixel height-5;

event.returnValue = false

}否則{

which it . move to(e . pagex-StalkerTouchedX,e . pagey-StalkerTouchedY);

if(which it . left & lt;0+self . pagexoffset)which it . left = 0+self . pagexoffset;

if(which it . top & lt;0+self . page yo offset)which it . top = 0+self . page yo offset;

if((which it . left+which it . clip . width)& gt;=(window . inner width+self . pagexoffset-17)which it . left =((window . inner width+self . pagexoffset)-which it . clip . width)-17;

if((which it . top+which it . clip . height)& gt;=(window . inner height+self . page yo offset-17))which it . top =((window . inner height+self . page yo offset)-which it . clip . height)-17;

返回false

}

返回false

}

函數drop it(){

whichIt = null

if(NS)window . release events(Event。MOUSEMOVE);

返回true

}

& lt!-拖放代碼-& gt;

if(NS ){

window.captureEvents(事件。MOUSEUP |事件。MOUSEDOWN);

window.onmousedown = grabIt

window.onmousemove = moveIt

window.onmouseup = dropIt

}

如果(即)

document.onmousedown = grabIt

document.onmousemove = moveIt

document.onmouseup = dropIt

}

if(NS | | IE)action = window . setinterval(“heart beat()“,1);

& lt/script & gt;

& ltform name = search onSubmit =“return find in page(this . string . value);“& gt

& ltfont size=3>。& ltfont color =“# ff 0000“& gt;& ltbr & gt

請輸入關鍵字:

& lt/font & gt;& ltbr & gt

& ltinput name = string type = text size = 10 onChange =“n = 0;”& gt& ltbr & gt

& lt/font & gt;& ltbr & gt

& lt輸入類型=提交值=“搜索“》

& lt輸入類型=提交值=“繼續檢查“》& ltbr & gt

& lt/form & gt;

& lt/div & gt;

& lt/div & gt;

& lt腳本語言= JavaScript & gt

self . on error = null;

currentX = currentY = 0;

whichIt = null

lastScrollX = 0;last scrolly = 0;

NS =(document yers)?1 : 0;

IE =(document . all)?1: 0;

& lt!-跟蹤者代碼-& gt;

函數心跳(){

if(IE){ diffY = document . body . scroll top;diffX = document . body . scroll left;}

if(NS){ diffY = self . page yo offset;diffX = self.pageXOffset}

如果(diffY!= last scrolly ){

percent =。1 *(diffY-lastScrollY);

if(percent & gt;0)percent = math . ceil(percent);

else percent = math . floor(percent);

if(IE)document . all . floater . style . pixel top+= percent;

if(NS)document . floater . top+= percent;

last scrolly = last scrolly+percent;

}

if(difx!= lastScrollX ){

percent =。1 *(difx-lastScrollX);

if(percent & gt;0)percent = math . ceil(percent);

else percent = math . floor(percent);

if(IE)document . all . floater . style . pixel left+= percent;

if(NS)document . floater . left+= percent;

lastScrollX = lastScrollX+percent;

}

}

& lt!-/跟蹤者代碼-& gt;

& lt!-拖放代碼-& gt;

函數檢查焦點(x,y ){

stalkerx = document . floater . pagex;

stalkery = document . floater . pagey;

stalker width = document . floater . clip . width;

stalker height = document . floater . clip . height;

if((x & gt;斯道克斯& amp& ampx & lt(stalkerx+stalkerwidth)& amp;& amp(y & gt斯塔爾克裏& amp& ampy & lt(stalkery+stalkerheight)))返回true

否則返回false

}

函數grabIt(e)

如果(即)

which it = event . src element;

while(which it . id . index of(“floater“)= =-1 ){

which it = which it . parent element;

if(which it = = null){ return true;}

}

which it . style . pixel left = which it . offset left;

which it . style . pixel top = which it . offsettop;

currentX =(event . clientx+document . body . scroll left);

currentY =(event . clienty+document . body . scroll top);

}否則{

window.captureEvents(事件。MOUSEMOVE);

if(check focus(e . pagex,e . pagey)){

whichIt = document.floater

StalkerTouchedX = e . pagex-document . floater . pagex;

StalkerTouchedY = e . pakey-document . floater . pakey;

}

}

返回true

}

函數移動(e)

if(which it = = null){ return false;}

如果(即)

newX =(event . clientx+document . body . scroll left);

newY =(event . clienty+document . body . scroll top);

distance x =(newX-currentX);distance y =(newY-currentY);

currentX = newXcurrentY = newY

which it . style . pixel left+= distance x;

which it . style . pixel top+= distance y;

if(which it . style . pixel top & lt;document . body . scroll top)which it . style . pixel top = document . body . scroll top;

if(which it . style . pixel left & lt;document . body . scroll left)which it . style . pixel left = document . body . scroll left;

if(which it . style . pixel left & gt;document . body . offset width-document . body . scroll left-which it . style . pixel width-20)which it . style . pixel left = document . body . offset width-which it . style . pixel width-20;

if(which it . style . pixel top & gt;document . body . offset height+document . body . scroll top-which it . style . pixel height-5)which it . style . pixel top = document . body . offset height+document . body . scroll top-which it . style . pixel height-5;

event.returnValue = false

}否則{

which it . move to(e . pagex-StalkerTouchedX,e . pagey-StalkerTouchedY);

if(which it . left & lt;0+self . pagexoffset)which it . left = 0+self . pagexoffset;

if(which it . top & lt;0+self . page yo offset)which it . top = 0+self . page yo offset;

if((which it . left+which it . clip . width)& gt;=(window . inner width+self . pagexoffset-17)which it . left =((window . inner width+self . pagexoffset)-which it . clip . width)-17;

if((which it . top+which it . clip . height)& gt;=(window . inner height+self . page yo offset-17))which it . top =((window . inner height+self . page yo offset)-which it . clip . height)-17;

返回false

}

返回false

}

函數drop it(){

whichIt = null

if(NS)window . release events(Event。MOUSEMOVE);

返回true

}

& lt!-拖放代碼-& gt;

if(NS ){

window.captureEvents(事件。MOUSEUP |事件。MOUSEDOWN);

window.onmousedown = grabIt

window.onmousemove = moveIt

window.onmouseup = dropIt

}

如果(即)

document.onmousedown = grabIt

document.onmousemove = moveIt

document.onmouseup = dropIt

}

if(NS | | IE)action = window . setinterval(“heart beat()“,1);

& lt/script & gt;

& ltp & gt& ltb & gt題庫

& ltp & gt請在右邊的搜索框中找到它。在這壹頁找到它

& ltbr & gt

“饅頭是誰發明的?”,“諸葛亮”,

“蠶蟻是螞蟻還是蠶?”,“蠶”,《br & gt

“古詩詞的體系叫《雅頌》,其中的“頌”是指:“、“祠堂樂歌”,

“目前,只有哪家金融機構可以在縣級設立分支機構?”,“中國農業銀行”,《br & gt

“東漢末年,中國壹位傑出的醫學家是”,“華佗”,

“地面越高,空氣越稀薄,因為:“,“空氣受地球引力的影響“,

& lt/P & gt;

& lt/body & gt;

& lt/& gt;