|
|
|
#1
|
|||
|
|||
|
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)>
|
| Sponsored Links |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|