J
jzx
Unregistered / Unconfirmed
GUEST, unregistred user!
急!websnap问题,如何将按钮的<input type ="submit">改变成<input type="button">(100分)<br />我需要实现将以下代码
<input type="submit" style="WIDTH: 40px" class="ButtonStyleNormal" value=">"
onclick="listboxItemMove(this.form.sAdaptValue,this.form.tAdaptValue)" id=submit1 name=submit1>
改成
<input type="button" style="WIDTH: 40px" class="ButtonStyleNormal" value=">"
onclick="listboxItemMove(this.form.sAdaptValue,this.form.tAdaptValue)" id=submit1 name=submit1>
先谢了。成功之后立刻给分
<input type="submit" style="WIDTH: 40px" class="ButtonStyleNormal" value=">"
onclick="listboxItemMove(this.form.sAdaptValue,this.form.tAdaptValue)" id=submit1 name=submit1>
改成
<input type="button" style="WIDTH: 40px" class="ButtonStyleNormal" value=">"
onclick="listboxItemMove(this.form.sAdaptValue,this.form.tAdaptValue)" id=submit1 name=submit1>
先谢了。成功之后立刻给分