can anyone recommend a good calculator script/coding?

by godinu
1 replies
I need to build a calculator tool similar to discmakers.com/livequote/ -- it doesn't need to have java or flash like this site does, but needs to be simple, clean and functional like this. Can any of you recommend a free script that can be tweaked to do this?

many thanks!
#calculator #good #recommend #script or coding
  • Profile picture of the author ALicenseToCode
    You're going to need javascript to pull off something like that. If you're doing something with a similar amount of outputs that's tailored to your business you're going to have to either hire someone or learn some javascript.

    There are frameworks and premade form processor stuff that will help you build things like this but the real thing you'll need is some knowledge of javascript and DOM (Document Object Model) architecture, that will be the right direction to go to build something like this.

    Just reply if you have a specific question or something and I'll try to help as much as I can.
    {{ DiscussionBoard.errors[6586858].message }}

Trending Topics