I tried adding the spaces and I also saw that i forgot the "" thanks to your example but sadly it still doesn't display the time. Hm, maybe something else that could be...
It can. I have used it in several other occassion before. The problem lies not with the timer but with the eval() function although I have no idea what is wrong with it. Fang suggested a...
Nevermind. I misjudged your comment - appologies. However it was not my intention to somehow question your javascript skills as I feel you reacted to that. It just did not work...
I have tried defining the timer at the top as var timer = ""; but this did not solve the problem. I have however mistaken line 44 with 43. The actual line is:
I have tried defining the timer at the top as var timer = ""; but this did not solve the problem. I have however mistaken line 44 with 43. The actual line is:
function start_spel(){
index = document.getElementById("bewerking").selectedIndex;
document.getElementById("form").reset();
document.getElementById("bewerking").selectedIndex = index;...
I know it might seem long, but in reality it really isn't - I did try to extensively explain the script. If you do not want to read it you can just scroll down to the problem description at...