onblur='
var s="tableRead?db=erp&table=USER&fields=LOGIN_ID&format=S&offset=0
&where=where (LOGIN_ID:`"+this.value.trim()+"`)&callback=?";
$.getJSON(s,function(data) {
if (data[0])
{$("#loginIDStatus").html("occupied.");
window.setTimeout(function () {
$("#newUsereMail").val("").focus();
}, 0);
}
});
'
沒有留言:
張貼留言