The Little Guy Posted November 20, 2006 Share Posted November 20, 2006 I need a three part calculator:Field 1: Main PriceField 2: 90% of main priceField 3: 10% of main priceNumbers should be able to be entered into any one of the three fields, and the calculator will automatically fill in the other two.I don't know anything about JavaScript so... Help would be great. I don't want to read any tutorial on JavaScript, but I wouldn't mind reading something that was similar to this.Can PHP be integrated to make this AJAX? Quote Link to comment Share on other sites More sharing options...
fenway Posted November 21, 2006 Share Posted November 21, 2006 There's no reason you can't do this with a few onblur handlers, checking that the field isn't already "calculated"... but you're going to have to read some tutorials. Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted November 21, 2006 Author Share Posted November 21, 2006 I figured it out. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.