2012년 2월 27일 월요일

[Jsp][자바스크립트] 확인 Window 띄우기


var r = confirm("요대로 해도 좋겠습니까?");
if (r == false) {
return false;
}