onbeforeunload 이벤트 --------- 쓸 수 있습니다. (사용자가 페이지를 떠나려고 할 때 스크립트가 사용자에게 데이터를 잃어버릴 것을 경고합니다.)

1072 단어
test.html



	FabulousAirTickets.com
	


FabulousAirTickets.com

  

  

# of Adults:

  


test.js
window.onbeforeunload = function() {
	return "If you close this window, your flight choices will be lost!";
}

//  chrome    
//  firefox       -》 firefox -》Firefox  

참조:http://blog.csdn.net/czkct/article/details/52092691

좋은 웹페이지 즐겨찾기