our instructions were to just use Notepad so i went with that since it's easy. thank you for your help! i get stuck in visual basic mode and end up half-writing my html/javascript codes in vb.net lol
yea i always try my best to learn from the books, but it's never enough. people on forums always seem to help me get my mind going in the right direction for learning how to do things myself. plus i...
yea my code looked like a 1st grade version of yours :p
thanks a ton for your help. i'm sure i'll be making a new thread since my next assignment is due on wednesday lol
awesome, now we're gettin somewhere! ok so i think i'll be able to get the calculations part when i get a chance to work on it. my last question for now is about the last requirement of the function....
i see you used "document.loandata.principal.value;" and loandata was the name of the form so i guess where you have that, i would put carpet for mine? would it be document.carpet.length.value?
so i just read the entire chapter that deals with this assignment and it left out a ton of info that i need. i know that data is pulled from the input area in the format of var x= example.area.value,...
it's just a simple form with buttons. i already know this all should be easy but unfortunately my textbook does a poor job of explaining how things work and only over-complicates everything. i...
yea i was looking at the code and it kind of helps. it's definitely a good example. i just gotta figure out what everything means! lol. it looks so much like visual basic to me that it's kinda...
i'm in a class but the textbook isn't helping me understand the way it works. normally i would have some examples of what i've got finished, but the only thing i have to do is write those 2 functions...
Forgot to add that this is part of an html page for calculating how much carpet a person will need, and there is an extra variable for how much extra should be used. the exact quote from the site is...
I need to write a function for computing square feet and one for yards that:
-gets the values for length, width, and overage
-computes the correct number of square feet needed
-sets the value of...