討論串[問題] web控制項去控制HTML控制項
共 5 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者cjoe (cjoe)時間19年前 (2006/05/01 01:09), 編輯資訊
0
0
0
內容預覽:
Sub Page_load(ByVal sender As Object, ByVal e As EventArgs). edit.Attributes.Add("onclick", "document.form1.h.disabled=false"). End Sub. 試試看吧. --. --.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者danceric (蜥蝪)時間19年前 (2006/05/01 00:17), 編輯資訊
0
0
0
內容預覽:
這邊我有一點問題耶~. 因為我的b button是web控制項. <asp:imagebutton id="edit" tabIndex="10" runat="server". ImageUrl="image/Edit.jpg" ToolTip="修改". BorderStyle="Outset"
(還有45個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者picachuxyz ( )時間19年前 (2006/04/30 15:49), 編輯資訊
0
0
0
內容預覽:
把他改成符合XHTML 1.0 Strict. <form action="">. <p><input type="button" name="h" value="h" disabled="disabled" /></p>. <p><input type="button" name="b" valu

推噓1(1推 0噓 1→)留言2則,0人參與, 最新作者helpers (<幫助人>)時間19年前 (2006/04/30 10:42), 編輯資訊
0
0
2
內容預覽:
<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個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者danceric (蜥蝪)時間19年前 (2006/04/30 03:07), 編輯資訊
0
0
0
內容預覽:
現在我的問題是這樣的. 我有一個WEB的button 叫他b button. 另外有一個HTML的button 這個叫h button好了. 我想做的是在網頁剛load進來的時候h button是disable的. 但再按了b button後h button就變成可以用的. 這樣該怎麼做呢?. 我沒
首頁
上一頁
1
下一頁
尾頁