carlsingapore
New Member
I have a big problem and I don't know how to fix that :|
I need to set a timer on a webpage to be automatically closed because I have an app that use many web pages in same time and few of them I want to close after few seconds.If someone can help me with a native javascript.this solution is not working:\[code\]<script language="JavaScript" type="text/javascript">function winClose(){window.setTimeOut("window.close();",5000)}</script><body onload="winClose();">\[/code\]Thank you very much!
I need to set a timer on a webpage to be automatically closed because I have an app that use many web pages in same time and few of them I want to close after few seconds.If someone can help me with a native javascript.this solution is not working:\[code\]<script language="JavaScript" type="text/javascript">function winClose(){window.setTimeOut("window.close();",5000)}</script><body onload="winClose();">\[/code\]Thank you very much!