放到 kepala 中
<ScriptLanguage = 'JavaScript'>
if (window.opener == null) {
window.opener = null;
window.close ();
window.open ('index.html', '', 'toolbar = tidak, menubar = tidak, lokasi = tidak, status = tidak, lebar ='+screen.width+', height ='+screen.height+', kiri = 0, atas = 0');
}
</script>