Forum: JavaScript programming
02-19-2013, 04:49 PM
|
|
Replies: 12
Views: 437
Simple project gone wrong
This is what I have to do:
Many companies normally charge a shipping and handling charge for purchases. Create a Web page that allows a user to enter a purchase price into a text box and includes...
|
Forum: JavaScript programming
02-14-2013, 02:26 AM
|
|
Replies: 6
Views: 227
Edit
I have to use:
onchange event handler
calcAvg()
performCalc()
calcResult
averageCalc()
parseInt()
|
Forum: JavaScript programming
02-13-2013, 11:43 PM
|
|
Replies: 6
Views: 227
Need help with JS average calculator
I need some help getting this to work. I cant get the average function to work. I have tried F12 console no errors. Where am I going wrong?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
|
Forum: JavaScript programming
02-13-2013, 03:42 PM
|
|
Replies: 7
Views: 232
Thanks
Thanks for all the help. As you can tell I am new to JS. I know the document.write is outdated but again the assignment gave me all the code I just had to put it in the right order and debug it. The...
|
Forum: JavaScript programming
02-12-2013, 06:10 PM
|
|
Replies: 7
Views: 232
I need help with script
I cant get this to work the book is too cut and dry please help.
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html...
|