크롬에서 창 닫기 크롬에서는 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-08 andrew 메시지 훅(Message Hook)메시지 훅(Message Hook) 프로그램에서 발생하는 메시지를 감시하면서 특정 메시지가 처리되기 전에 해당 메시지를 가로채어 별도로 정의된 기능을 수행하도록 지원하...
2015-06-11 andrew CMAKE compile options and etc optionscmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=`pwd`/install -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE...