I need a popup window to close after 10 seconds. I have 2 ideas, and
neither work.
Any help is appreciated.
<META HTTP-EQUIV='Refresh' CONTENT='10;
URL=javascript: this.window.clo se()'>
or...
<SCRIPT LANGUAGE="JavaS cript">
<!-- Begin
function closeWin() {
window.close();
}
// End -->
</SCRIPT>
</head>
<body bgcolor="#ff0b1 1" onLoad:"javaScr ipt:closeWin()" >
neither work.
Any help is appreciated.
<META HTTP-EQUIV='Refresh' CONTENT='10;
URL=javascript: this.window.clo se()'>
or...
<SCRIPT LANGUAGE="JavaS cript">
<!-- Begin
function closeWin() {
window.close();
}
// End -->
</SCRIPT>
</head>
<body bgcolor="#ff0b1 1" onLoad:"javaScr ipt:closeWin()" >
Comment