Javascript
JS 확인 취소 팝업창 띄우기
coding-restaurant
2020. 11. 30. 16:13
728x90
728x90
if(confirm("출력 메시지")) {
//확인을 누르면 할 것
} else {
//취소를 누르면 할 것
}
728x90
728x90