Hi friend,
I want to trigger one java script function ( time delay) every time.
How can I achieve this?
Here my questuion is: I want to play all song files from my database.
Here what I do is initially I display one button "PLAY" and then call
java script delay function and it has to come back to php script and
play next one again trigger to timedelay function etc...
Any inputs highly appreciable.....
Thanks in advance
Balaji
================================================================
<html>
<head>
<script language="javascript">
<!--
function delay(timep)
{
setTimeout(" ",timep);
}
// -->
</script>
</head>
<body>
<?php
$i=0;
while($i<3)
{
//otherwise Just I want to print $i with some time delays
//by calling javascript:delay(2000)
}
?>
</body>
</html>
==================================================================
Thanks in advance
Balaji
**************************Disclaimer************************************
Information contained in this E-MAIL being proprietary to Wipro Limited is
'privileged' and 'confidential' and intended for use only by the individual
or entity to which it is addressed. You are notified that any use, copying
or dissemination of the information contained in the E-MAIL in any manner
whatsoever is strictly prohibited.
***************************************************************************
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php