主頁 > 知識庫 > 超鏈接打開目標(target)的測試

超鏈接打開目標(target)的測試

熱門標簽:電話外呼系統(tǒng)怎么找準客戶 揚州市地圖標注 中國世界文化遺產(chǎn)地圖標注 電腦外呼系統(tǒng)安裝 荊州銷售電銷機器人 西安公司外呼系統(tǒng)價格 400開頭電話在哪辦理 外呼系統(tǒng)隱私 可以集成到系統(tǒng)的外呼
鏈接的target屬性決定了鏈接在哪邊打開,它的值通常為以下五種:_blank、_self、_parent、_top和自定義,依次表示為:新窗口、當前窗口、父窗口、頂層窗口和框架。當所指名稱的框架不存在時,自定義作用等同于_blank。今天我們主要測試一下當所指名稱的框架處于不同層次頁面中或不同層次頁面中都有該名稱框架時鏈接在哪個框架中打開?
一、測試
1.測試一:指定名稱的框架處于不同層次頁面中
index.htm:
<iframe name="frame1" src="" width="400" height="400"></iframe>
<iframe src="aaa.htm" width="400" height="400"></iframe>
aaa.htm:
<iframe name="frame2" src="bbb.htm" width="300" height="300"></iframe>
<a href="https://www.jb51.net/" target="frame1">Links</a>
bbb.htm:
<iframe name="frame3" src="" width="200" height="200"></iframe>
測試結(jié)果:
當target="frame1"時,在index.frame1中打開;(為方便說明,框架位置統(tǒng)一用"頁面名稱.框架名稱"格式)
當target="frame2"時,在aaa.frame2中打開;
當target="frame3"時,在bbb.frame3中打開;
2.測試二:不同層次頁面中存在同名稱的框架
index.htm:
<iframe name="frame1" src="" width="400" height="400"></iframe>
<iframe src="aaa.htm" width="400" height="400"></iframe>
aaa.htm:
<iframe name="frame2" src="bbb.htm" width="300" height="300"></iframe>
<a href="https://www.jb51.net/" target="frame2">Links</a>
bbb.htm:
<iframe name="frame2" src="" width="200" height="200"></iframe>
測試結(jié)果:
當target="frame2"時,在aaa.frame2中打開;
3.測試三:不同層次頁面中存在同名稱的框架
index.htm:
<iframe name="frame2" src="" width="400" height="400"></iframe>
<iframe src="aaa.htm" width="400" height="400"></iframe>
aaa.htm:
<iframe name="frame2" src="bbb.htm" width="300" height="300"></iframe>
<a href="https://www.jb51.net/" target="frame2">Links</a>
bbb.htm:
<iframe name="frame3" src="" width="200" height="200"></iframe>
測試結(jié)果:
當target="frame2"時,在aaa.frame2中打開;
4.測試四:不同層次頁面中存在同名稱的框架
index.htm:
<iframe name="frame1" src="" width="400" height="400"></iframe>
<iframe src="aaa.htm" width="400" height="400"></iframe>
aaa.htm:
<iframe name="frame2" src="bbb.htm" width="300" height="300"></iframe>
<a href="https://www.jb51.net/" target="frame1">Links</a>
bbb.htm:
<iframe name="frame1" src="" width="200" height="200"></iframe>
測試結(jié)果:
當target="frame1"時,在bbb.frame1中打開;
二、結(jié)論
當要打開一個鏈接時,先在本頁面中搜索指定名稱(target)的框架,找不到則在下層頁面中搜索,還找不到就到上層頁面中搜索,都找不到打開一個新的窗口!

標簽:樂山 四川 延安 阿拉善盟 白銀 貴陽 濟南 錫林郭勒盟

巨人網(wǎng)絡通訊聲明:本文標題《超鏈接打開目標(target)的測試》,本文關(guān)鍵詞  超,鏈接,打開,目標,target,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《超鏈接打開目標(target)的測試》相關(guān)的同類信息!
  • 本頁收集關(guān)于超鏈接打開目標(target)的測試的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章