2008年3月13日 星期四

主視窗重新整理,子視窗關閉

setTimeout("self.close();",0)
可以設定自動執行javascript程式
例如setTimeout("winodw.open('index.html');",0)