62,243
社区成员




if (event.srcElement.getAttribute("ReadOnly") == true) {
var k = currentindex(current, obj);
obj(k + 1).focus();
}
function getfocus() {
if (event.srcElement.getAttribute("ReadOnly") == true) {
event.keyCode == 13;
//alert('d');
}
}