메뉴 건너뛰기

tnt_lang

post 방식으로 method전송시 Reload()함수를 사용하면 정보를 다시 보내지 않으면..어쩌고..메세지박스가 뜬다.

이럴때는 opener.Reload() 함수를 사용하지 말고
window.opener.document.location.href = window.opener.document.URL;
처럼 사용한다.
위로