크롬에서 창 닫기 크롬에서는 window.close(); 가 안먹힙니다.. 아래 코드는 IE , 크롬..먹히는것 확인했습니다. 아마 다른 브라우저도 되지 않나싶습니다. ? 1 window.open('','_self').close(); Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-08-17 9:11 PM by andrew Comment 📂This entry was posted in JAVA javascript 참고를 위한 저장물
2014-07-23 andrew [개발/VC++] WebBrowser Control 이벤트 연결 – C++IT/개발 2011/02/10 12:12 [개발/VC++] WebBrowser Control 이벤트 연결 - C++ WebBrowser Control IDispatch IWebBr...
2014-08-09 andrew [ MFC] – 파일 복사와 진행율 보기파일 복사시에 사용 하는 함수 : CopyFile()=>복사 진행 사항을 알 수가 없고 취소도 불가능.그래서 다음 함수를 주로 사용한다.' CopyFileEx() '=>...