![]() |
sound palyed by time of the day
any one knows what is wrong this code before i go crazy, i have tryed it, but no luck(i need help pls) and yes i have changed the times.
HTML Code:
<html> |
Re: sound palyed by time of the day
Your script is only executing once; when the page loads. When 1:00 arrives the page isn't testing the time anymore.
I'd use Code:
<script language="JavaScript">To start the process add this to your body element <body onload='timer()'> ... </body> |
Re: sound palyed by time of the day
Off-topic, but possibly useful nugget of information for the OP's next post: Java != Javascript.
|
Re: sound palyed by time of the day
Moved from Java to HTML/DHTML/CSS - JavaScript/VBScript.
|
Re: sound palyed by time of the day
this's me, did my solution work?
|
| All times are GMT +5.5. The time now is 23:02. |