User Profile
Collapse
-
I used that line to rewrite the value of the "clock" so it is visible to the user - but I just tried it w/o that line and it worked. So thanks for the answer, but would you care to explain how it works now? -
JavaScript Counter Error
Long story short, I'm making an online test to help prepare some buddies for an online math test. The test is timed and so I am trying to put in a counter to count down to zero. My code looks like this:
Code:function clock() { if (document.clock.display.value>0){ setTimeout("clock()",60); document.clock.display.value = document.clock.display.value - 1; document.clock.display.write("document.clock.display.value");
-
Thanks peoples, I think I might start off with C++ and then eventually go into C#.
Brownie Points to all of youLeave a comment:
-
Does anyone know of where I can find a good C# turtorial on the web? I have found a couple of okay compliers but if anyone has a really good one...Leave a comment:
-
C# or C++?
C# is apparently a new type of programming and I as a beginner do not know whether I should learn c++ or c#. HELP!! I've heard that a bunch of the tags and such are the same but that c# is cleaner, what do you peoples think, what should I learn??
No activity results to display
Show More
Leave a comment: