|
Such as:sunray
If it is a static page
===============================================
Reply to:ppaannyyjj() Reputation: 1002017-01-04 21:19:43 Score:0
I don't use radiobuttonlist very much, but I think javascript can be achieved
var obj = document.getElementById("rblist");
obj.option[0].checked = false;
Didn't try it, probably this is it
==============================================
If it is an aspx page, the server control should have the value of ViewState. javascript can change the value of the html control, but the value of the view cannot be changed. JavaScript seems to have been canceled, but it is actually an illusion.
=========================
Personally think: javascript can make an effect but it is actually an illusion
================================================== ======================
That's right, I think it's really going to be realized
First use the background program to write checked = false
The second obj.option[0].checked = false; the background program reads using response.form[""], it is not necessary to use the things in ViewState |
|