hi,
i am facing the probelm to set the cursor at my current field after the alert message box pop out. The cursor is set to next field after i click ok button at the warning msg box
if(amtlength <= 3 ){
alert ("Amount should greater than 1000");
document.form12 3.myid.focus();
}
any idea?
thx..
i am facing the probelm to set the cursor at my current field after the alert message box pop out. The cursor is set to next field after i click ok button at the warning msg box
if(amtlength <= 3 ){
alert ("Amount should greater than 1000");
document.form12 3.myid.focus();
}
any idea?
thx..
Comment