<*script type="text/javascript">
alert("Natalie sucks at this");
<*/script>
Did you know I can't even get that to work in my homework so something's so wrong. Whyyyyyy? I don't see it. I hate this. I suck.
I wish I knew someone who knew JavaScript. (and my teacher is NO HELP what so ever).
Nick (who gave me his email in case I needed help) hasn't responded yet but it hasn't been an hour yet and I don't think anyone is as stupid as me doing JavaScript homework at 10:42, granted I've been doing this forever and should've called "UNCLE!" long ago.
THIS SUCKS.
If anyone knows JavaScript (or knows anyone who can help me) you'll seriously be my best friend. Seriously.
alert("Natalie sucks at this");
<*/script>
Did you know I can't even get that to work in my homework so something's so wrong. Whyyyyyy? I don't see it. I hate this. I suck.
I wish I knew someone who knew JavaScript. (and my teacher is NO HELP what so ever).
Nick (who gave me his email in case I needed help) hasn't responded yet but it hasn't been an hour yet and I don't think anyone is as stupid as me doing JavaScript homework at 10:42, granted I've been doing this forever and should've called "UNCLE!" long ago.
THIS SUCKS.
If anyone knows JavaScript (or knows anyone who can help me) you'll seriously be my best friend. Seriously.
no subject
Date: 2009-02-18 05:10 am (UTC)From:var seconds = 0
var clockId;
function runClock() {
var seconds = seconds+1;
quizclock = seconds;
}
function startClock() {
showQuiz();
clockId = "setInterval('runClock()',1000)";
}
function stopClock() {
window.clearInterval(clockId);
gradeQuiz(correctAns);
alert("You have" + correctAns + "correct of 5 in" timer "seconds");
correctAns = varcorrectAns;
timer = quizlock;
}
Ugh, I just realized you have no idea what I'm trying to do with this pile of crap.
no subject
Date: 2009-02-18 05:21 am (UTC)From:Something tells me I'm not going to do well on my quiz tomorrow! haha....wait this sucks. Maybe if I don't sleep until then I'll figure it out...maybe. I'll for sure check out the site. Did you find w3 schools useful at all?
This was supposed to be the "easier" problem too! What the hell JavaScript! You're like the evil boyfriend I've never had!
no subject
Date: 2009-02-18 05:49 am (UTC)From:Also my teacher is completely unhelpful. He keeps saying that he knows more about JavaScript than anyone else at the school, how incredibly awesome his last JavaScript class was and how we can't measure up to them. He leaves the classroom for minutes at a time and once I needed help and he never came back. I can't wait for teacher review time. I'll have a lot of things to say, but he doesn't care and comments about how huge his file is.
But right now I would do just about anything to see this stupid timer start.