Where there is a will , there is a way .
kenly

No pain , no gain .

 

2007年4月7日

兩個輸入框只允許一個輸入

摘要: txtRegisterCode.Attributes.Add("onkeypress", "ClearInput(this);"); txtSupplierName.Attributes.Add("onkeypress", "ClearInput(this);");function ClearInput(inputingControl) { ... 阅读全文

posted @ 2007-04-07 16:54 kenly33 阅读(164) 评论(0) 推荐(0)

Gridview中梆定得RadioButton

摘要: ' /> function SelectSingle(selectedRadioButton) { var frm = document.forms[0]; if(selectedRadioButton.checked) { ... 阅读全文

posted @ 2007-04-07 16:52 kenly33 阅读(275) 评论(0) 推荐(0)

Javascript 隱藏或顯示某區域

摘要: 阅读全文

posted @ 2007-04-07 09:25 kenly33 阅读(282) 评论(0) 推荐(0)

导航