window.open('about:blank','_self').close();

만일 frame로 씌워져 있다면 아래와 같이 응용하면 됨!!
window.open('about:blank','_top').close();


참 고로 예전엔 아래와 같이 했었는데 IE7 이상부터는 작동 안한다.
self.opener = self;
self.close();

글 보관함

카운터

Total : / Today : / Yesterday :
get rsstistory!