討論串[問題] web控制項去控制HTML控制項
共 5 篇文章
內容預覽:
這邊我有一點問題耶~. 因為我的b button是web控制項. <asp:imagebutton id="edit" tabIndex="10" runat="server". ImageUrl="image/Edit.jpg" ToolTip="修改". BorderStyle="Outset"
(還有45個字)
內容預覽:
<form name="form1">. <input type="button" name="h" value=h disabled>. <input type="button" name="b" value=b onclick="document.form1.h.disabled=false">
(還有34個字)