This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am relativley new to javascript, I have previously used it only to make simple javaapplets; but recently I have been trying to lear more about the language.
I have decided to make an online store for my small computer buisness, but I came across a hurdle when designing the computer customisation section. I want customers to be able to see the 'live' total cost of there computer system as they add components to it (using a form). At the moment the form sends the selected data back to me by email and I have to add the prices up and send a reply email to the customer.
This is somewhat impractical and I thought that javascript would be the right solution to add the selected component prices on the webpage.
Originally posted by JJ-Jimi: I am relativley new to javascript, I have previously used it only to make simple java applets; but recently I have been trying to lear more about the language.
Applets are written in Java, not JavaScript, so it's not clear which language you are really asking about.
Java and JavaScript have little in common except for the unfortunate naming. (Netscape thought that JavaScript sounded better than ECMAScript back in the 90's).
So which is it? Are you asking about server-side Java? Or client-side JavaScript?
I suspect the latter, but want to be sure. [ January 26, 2008: Message edited by: Bear Bibeault ]