ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

投訴 分享 分享select聯動效果,地區聯動 108 0
迅睿CMS版本:4.3.12

純js寫法,直接分享代碼


自定義聯動select分享

<table border="0" cellspacing="0" cellpadding="0" style=" width:400px; margin:150px auto;color:#FFFFFF; font-size:18px;">
  <tr>
    <td colspan="2" align="center" style="line-height:80px; font-size:30px;">查詢你身邊的專業機構</td>
  </tr>
  <tr>
    <td width="73" height="30">省份:</td>
    <td width="327"><select size="1" onchange="usu_select_city(this.value)" style="width:300px; height:30px;">
      <option>--</option>
     {linkage code=ceshi pid=0}
  <option value="{$t.ii}">{$t.name}</option>
  {/linkage}
    </select></td>
  </tr>
  <tr>
    <td height="20">&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>城市:</td>
    <td><select id="usu_city" size="1"  style="width:300px; height:30px;">
     
    </select></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>

</table>

以下是業務js代碼:

本部分內容設定了隱藏,需要回復后才能看到
解決方案