放到 tête 中
<ScriptLanguage = 'JavaScript'>
if (window.opener == null) {
window.opener = null;
window.close ();
window.open ('index.html', '', 'toolbar = no, menuBar = no, location = no, status = no, width =' + screp.width + ', height =' + screp.height + ', left = 0, top = 0');
}
</cript>