Alkaline_trio New Member โ 20 โ Impact 0 Apr 7, 2004 895 views 1 reply #1 I am trying to find a way to make a window close after a set time, is the possible? Close, in flash, sorry. I am running off very little sleep. Last edited: Apr 7, 2004
I am trying to find a way to make a window close after a set time, is the possible? Close, in flash, sorry. I am running off very little sleep.
Mr. Websites VIP Member VIP โ 20 โ Impact 34 May 3, 2004 #2 <script language="javascript"> <!-- setTimeout("self.close();",5000) //--> </script>