how to check for null attribute in form input field using IE
this does not work in IE
var curr_id = tablecells[i].getAttribute(' name');
if (curr_id != null){
....
}
this does not work in IE
var curr_id = tablecells[i].getAttribute(' name');
if (curr_id != null){
....
}
Comment