返回列表 發帖

請問用radio選擇前往該網站該如何製作呢

<table width="200" border="1">
  <tr>
    <td><label>
      <input type="radio" name="radio" id="radio" value="http://tw.yahoo.com" />
    A網站</label></td>
  </tr>
  <tr>
    <td><input type="radio" name="radio" id="radio2" value="http://www.google.com" />
      B網站</td>
  </tr>
  <tr>
    <td><input type="radio" name="radio" id="radio3" value="http://www.facebook.com" />
      C網站</td>
  </tr>
  <tr>
    <td><label>
      <input type="submit" name="button" id="button" value="前往" />
    </label></td>
  </tr>
</table>

謝謝
了解
我知道該怎麼做了

TOP

返回列表 回復 發帖