I made a little site for car renting,but i dont understand very well javascript.
What i need is send the the values by my users enter in my input fields to a site, and that site will automatically tell the price of the selected car.
For example:
- car: Renault
- doors: 4
- aircondition: yes
- days: 9
See this example:
I found that code in this link:
http://www.htmlgoodies.com/beyond/javascript/article.php/3471111/A-Quick-Tutorial-on-JavaScript-Variable-Passing.htm
Read that article carefully, it explains how to send variables and what is the difference between using javascript and using just html.