I want a calculator on my home page where people put there window sizes and it automatically calculates the area show them total amount by multiplication. All they have to do is to do is to put input sizes and select product type and their prices will automatically be assigned( preassigned) by me and they will be showed the total amount. Is any such calculator possible?
HTML is the base line for web designing but is difficult to make use of HTML for such complex designing. CSS can do better but again its having same problem like HTML. the best way is to use a scripting language like php or java. contact a website designer for the purpose and he will definitely help you out.
hi, it's possible using css but along with it you will also have to take help of ajax which will not let the page to refresh but do the calculations. you can also use jquery. this is a good set of libraries that will help you to do the coding with less amount of codes. kindest, abhishek kundu
Here's a tutorial on making a jQuery calculator which isn't exactly what you want I don't think but may do the trick: hxxp://net.tutsplus.com/articles/news/new-plus-tutorial-build-an-awesome-popup-jquery-calculator/ (change hxxp to http, no links yet) Do you have any coding experience? It's going to be a bit of a pain for you if not.
CSS and HTML don't do calculations. Javascript can, and so can PHP. If the price has to be looked up use a server-side language like PHP, since you'll need it to look up the price in the database anyway. (You can actually select 3 times [or as many as they order] the price from the database and you don't need a separate calculation step.)
Better get a developer for that. Don't think it would cost that much and it would save you from hassles and headaches.