這篇文章將為大家詳細(xì)講解有關(guān)PHP中怎么實(shí)現(xiàn)下拉框選擇,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個(gè)參考,希望大家閱讀完這篇文章后對(duì)相關(guān)知識(shí)有一定的了解。
創(chuàng)新互聯(lián)公司從2013年創(chuàng)立,是專業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目成都網(wǎng)站建設(shè)、做網(wǎng)站網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個(gè)夢(mèng)想脫穎而出為使命,1280元茅箭做網(wǎng)站,已為上家服務(wù),為茅箭各地企業(yè)和個(gè)人服務(wù),聯(lián)系電話:18980820575
< ?php
//提交下拉框;
//直接飽觸發(fā)onchange事件的結(jié)果
$id=$_GET['myselect']; // myselect
為location.herf?id的名字;
echo $id;
//用表單提交的結(jié)果;
if($_POST["sendSelect"]){ //sendSelect 為表單的名字;
$select_val=$_POST["selectID"];
echo "你選擇的值為: $select_val";
}
// print_r($_POST);
$xing="xing";
$fang="fang";
echo '< a href=del_03.php?id='.$xing.'
&action='.$fang.'>flx< /a>';
//php中,在刪除內(nèi)容時(shí),給的提示的寫法; href 后面必須加引號(hào);
echo "\n"."< input type='button'
value='刪除' onclick=\"if(confirm('確定要?jiǎng)h除嗎'))
{ location.href='?delete=$result_manage[p_id]'}\">
< br>< br>";
}
echo "< input type='button' value='connect_next'
onclick=\"location.href='del_03.php?id=
$xing&action=$fang'\">";
?>
第二種PHP下拉框選擇實(shí)現(xiàn)方法:
< input type="button" value="delete" onclick="
if(confirm('確定要?jiǎng)h除嗎')) location.href=
'del_03.php?id=xing'">< br/>< script language="JavaScript" type="text/javascript">
function select(obj){
window.location.href='del_04.php?myselect=
'+obj.options[obj.selectedIndex].value;return; //可以不寫;
}
< /script>
< input type="button" value="delete"
onclick="if(confirm('確定要?jiǎng)h除嗎'))
location.href='del_03.php?id=xing'">< br/>< form name="myform" action="del_04.php"
method="post">< !-- 直接觸發(fā)onchange 事件 ,此時(shí)不用提交表單,-- >
< !--< select name="selectID" onchange=
"location='del_04.php?myselect='+this.options
[this.selectedIndex].value">-->< !-- 把onchange 的事件寫在一個(gè)函數(shù)里面-- >
< select name="selectID" onchange="select(this)">
< !-- < select name="selectID" >-->
< option value="0">請(qǐng)選擇< /option>
< option value="value1">option1< /option>
< option value="value2">option2< /option>
< option value="value3">option3< /option>
< /select>
< input type="submit" name="sendSelect"
value="提交下拉框"/>< /form>
關(guān)于PHP中怎么實(shí)現(xiàn)下拉框選擇就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到。
分享標(biāo)題:PHP中怎么實(shí)現(xiàn)下拉框選擇
標(biāo)題路徑:http://m.newbst.com/article26/jedgcg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站策劃、網(wǎng)站營(yíng)銷、用戶體驗(yàn)、品牌網(wǎng)站設(shè)計(jì)、網(wǎng)站制作、定制網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)