개발/jsp

합이 잘못됐습니다.

솔이홀 2020. 2. 5. 14:52

if(parseInt(this.Form.a9c.value)+parseInt(this.Form.a9d.value) != 100) {
  alert("합이 잘못됐습니다.");
  this.Form.a9c.focus();
  return;  
 }