作者picachuxyz ( )
看板Web_Design
標題Re: [問題] web控制項去控制HTML控制項
時間Sun Apr 30 15:51:11 2006
把他改成符合XHTML 1.0 Strict
<form action="">
<p><input type="button" name="h" value="h" disabled="disabled" /></p>
<p><input type="button" name="b" value="b"
onclick="document.form1.h.disabled=false" /></p>
</form>
※ 引述《helpers (<幫助人>)》之銘言:
: <form name="form1">
: <input type="button" name="h" value=h disabled>
: <input type="button" name="b" value=b onclick="document.form1.h.disabled=false">
: </form>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.132.57.112