Re: Beginner Javascript help Be patient JCurtnerStudent, Kmote is one of the best coders around here, along with a few others. If you stay around - and we hope you do - you will know who they are. As Kmote said, you have to do your own homework, however if you remain patient, we can give ideas for you to try, and in doing so, you will learn much quicker and more efficiently than if someone just plasters the code here. That said ...
...Some good things to think about when you are starting out in any language, is to start "small". What I mean by that is, after you have all your basic script down, you can add things a little at a time, and by using Kmote's suggestion, add an alert box in key places, such as in a function that you add to your basic script.
That technique has helped me a lot. What it does, is when the code executes properly up until the point of the inserted alert box text, you will know that your code is fine up to that point. Then move the alert box text to the next part, and so forth. When you don't see an alert box pop up, then you will know something was wrong.
I know this all above what you asked for, and may be a bit too advanced of an answer for you to comprehend since you are a beginner, but stay with it, and we will see if we can help. |