代码如下
js :
function shows(zhiId, shuxing, waiType) {
alert("111");
if (document.getElementById("RadioButton1").checked == true) {
alert("1");
waiType = 1;
}
else if (document.getElementById("RadioButton2").checked) {
alert("2");
waiType = 2;
}
window.location.href = 'zhiLookDetail.aspx?zhiId=' + zhiId + '&shuxing=' + shuxing + '&waiType=' + waiType;
}
页面代码: RadioButton 是在 两个 Panel 内
错误为:
这里取不到!
求大神 指点迷津~