| guess |
Mar 1st, 2006 8:43 AM |
Why doesnt settimeout work??
I dont wanna write all the code here,I just took that part to let u see my function is after PHP code.I couldnt solve why it is not working properly.It executes the function as if I didnt write any settimeout function there and didnt set the miliseconds property to 10000...I had this problem several of times.But I didnt face the same problem when I wrote only javascript code in one page...
:
?>
<script type="text/javascript">
setTimeout(direct(),10000);
</script>
|