放到ヘッド中
<ScriptLanguage = 'JavaScript'>
if(window.opener == null){
window.opener = null;
window.close();
window.open( 'index.html'、 ''、 'toolbar = no、no、menubar = no、no、no、no、no、width ='+screen.width+'、height ='+screen.height+'、left = 0、top = 0');
}
</script>