主頁 > 知識庫 > html select標(biāo)簽加鏈接3種方法

html select標(biāo)簽加鏈接3種方法

熱門標(biāo)簽:梧州地圖標(biāo)注app 水經(jīng)注萬能地圖標(biāo)注 新鄉(xiāng)機(jī)器人外呼系統(tǒng) 青海保險(xiǎn)智能外呼系統(tǒng)商家 AI外呼系統(tǒng) 價(jià)格 最簡單的百度地圖標(biāo)注店鋪 錦州企業(yè)外呼系統(tǒng) 禹州電話外呼系統(tǒng) 營口400電話申請
第一種

復(fù)制代碼
代碼如下:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>select加鏈接</title>
</head>
<body>
<SCRIPT language=javascript>
<!--
// open the related site windows
function mbar(sobj) {
var docurl =sobj.options[sobj.selectedIndex].value;
if (docurl != "") {
open(docurl,'_blank');
sobj.selectedIndex=0;
sobj.blur();
}
}
//-->
</SCRIPT>
<Select onchange=mbar(this) name="select">
<OPTION selected>=== 合作伙伴 ===</OPTION>
<OPTION value="http://www.baidu.com">百度</OPTION>
<OPTION value="http://www.163.com">網(wǎng)易</OPTION>
<OPTION value="http://www.flash8.net/">閃吧</OPTION>
</Select>
</body>
</html>

第二種

復(fù)制代碼
代碼如下:

<select name="pageselect" onchange="self.location.href=options[selectedIndex].value" >
<OPTION value="http://www.baidu.com">百度</OPTION>
<OPTION value="http://www.163.com">網(wǎng)易</OPTION>
</select>

第三種帶跳轉(zhuǎn)按鈕的

復(fù)制代碼
代碼如下:

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>select選擇-按鈕跳轉(zhuǎn)</title>
<script type="text/javascript">
function setsubmit()
{
if(mylink.value == 0)
window.location='http://www.baidu.com';
if(mylink.value == 1)
window.location='http://www.163.com';
if(mylink.value == 2)
window.location='http://www.sina.com';
}
</script>
</head>
<body>
<select name="mylink" id="mylink">
<OPTION value="0">百度</OPTION>
<OPTION value="1">網(wǎng)易</OPTION>
<OPTION value="2">新浪</OPTION>
</select>
<input type="button" id="btn" value="提交" onclick="setsubmit(this)" />
</body>
</html>

標(biāo)簽:昭通 青島 潮州 山南 延邊 荊門 哈密 懷化

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