CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Posts
    1

    Adding prices using Javascript

    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.

    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.

    Can anyone help with the scripting?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Adding prices using Javascript

    What do you mean you have used JavaScript to write Java applets? They are two completely different languages.

    Either way, what do you have so far? How is this laid out? You need to be more specific.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Jan 2005
    Posts
    399

    Re: Adding prices using Javascript

    It would be but as Peej said, we need more info. It's not a universal script that fits all applications.
    Online Community Manager

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured