Javascript로 뒤로가기 막기
(히스토리를 이용해서 막기)
history.pushState(null, null, location.href);
window.onpopstate = function () {
history.go(1);
};
#테이블 변수사용의 예 use pubs go declare @tmptable table ( nid int identity(1,1) not null, title varchar (80) not null ) -- 테이블 변수 선언 inse...
댓글 없음:
댓글 쓰기