View Single Post
  #1  
Old 26-02-2004, 02:03
speud speud is offline
Junior Member
 
Join Date: Sep 2003
Location: france
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
speud
did you try with javascript?

Code:
<script>
sec = 0;
function autoLaunch(delay) {
if (sec == delay)
   location = "x-avefront://---.dream/proc/launch/1";
else
   sec ++;
chrono=setTimeout("autoLaunch("+delay+")",1000);
}
</script>
<body onload=autoLaunch(3)>
i didnt test it but it should work
Reply With Quote
Sponsored Links