y_com7
09-11-2003, 11:32 PM
hi, I have question again .
When I do job ready , and then I want to auto close window, but it have popup window , IF I not want it how I do , some pc is not show popup.
my code:
<html>
<head><title>test aoto close</title>
<meta http-equiv="content-type" content="text/html;charset=windows-874">
<!-- <link rel=stylesheet type=text/css href="board.css">
-->
<script language="JavaScript">
function reload_view() {
setTimeout("window.parent.close()",5000);
}
</script>
</head>
<body topmargin=0 leftmargin=center marginheight=0 marginwidth=0 onload="reload_view();">
<table border=0 cellspacing=1 width="100%">
<tr bgcolor="#9999cc">
<td colspan=2 height=50 align="center">
<font color=white size=4>test</font>
</td>
</tr>
<tr bgcolor="#eeeeee" height=250>
<td valign=top align=center><br>Close auto </td>
<td valign=top align=center><br><a href="javascript:self.close();">»Ô´Ë¹éÒµèÒ§</a></td>
</tr>
</table>
</body>
</html>
When I do job ready , and then I want to auto close window, but it have popup window , IF I not want it how I do , some pc is not show popup.
my code:
<html>
<head><title>test aoto close</title>
<meta http-equiv="content-type" content="text/html;charset=windows-874">
<!-- <link rel=stylesheet type=text/css href="board.css">
-->
<script language="JavaScript">
function reload_view() {
setTimeout("window.parent.close()",5000);
}
</script>
</head>
<body topmargin=0 leftmargin=center marginheight=0 marginwidth=0 onload="reload_view();">
<table border=0 cellspacing=1 width="100%">
<tr bgcolor="#9999cc">
<td colspan=2 height=50 align="center">
<font color=white size=4>test</font>
</td>
</tr>
<tr bgcolor="#eeeeee" height=250>
<td valign=top align=center><br>Close auto </td>
<td valign=top align=center><br><a href="javascript:self.close();">»Ô´Ë¹éÒµèÒ§</a></td>
</tr>
</table>
</body>
</html>