Html code for displaying price based off of percentages
Hello I am a 23 yr. old college student who is trying to design a website smartsolutionsstore.com I am having problems with displaying values for my website's pricing page http://www.smartsolutionsstore.com/pricing/ I can't not seem to get it to display values for the "Ikea Order Total" box and the "Zip Code box" there is a similar website that I will like to follow http://www.modernash.com/about/pricing but I cannot get this set up correctly I am a rookie to website so if anyone could help me with the equations it would be greatly appreciated. I am doing this for my senior thesis and I am trying to graduate.
You cannot do any calculations in html. The two main alternatives are php and javascript. The choice depends upon whether you want calculations to be done by the client web page (js), or by the server (php). I prefer the server option, but the example looks like js. Also, I do not understand your figures, e.g. what is the third column about???
Bookmarks