|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
Closing the window!
"HTML>
"HEAD>
"Meta NAME=" generator "Content=" Microsoft Visual Studio 6.0, ""
"TITLE></TITLE>
"Script language=javascript>
<!--
Window_onload function () (
SetTimeout ( "window_close ()", 5000);
}
Window_close function () (
Window.close ();
}
-->
"/script>
"/HEAD>
"BODY text=Red leftMargin=10 rightMargin=10 topMargin=30 bgColor=Khaki onload=window_onload>
"P> Hello! Welcome here. . . . . . . . . . . . . . . . Page 5 seconds after closing !</P><br>
"/BODY>
"/HTML>
Want to achieve here is the open window to shut down automatically after five seconds, but did not reflect the post opened in a browser, do not know what is wrong? |
[code]
"BODY text=Red leftMargin=10 rightMargin=10 topMargin=30 bgColor=Khaki onload=" window_onload (), ""
[/code] |
|