|
Help with Javascript for PDF
I need a JavaScript code for a PDF that populates a multiplication problem between two List Boxes
I'm creating a PDF membership contract and I have two list boxes; one that generates a price and one that is a duration period (3 month, 6 Months, etc..) I need the two list boxes to communication with each other to multiply the price with the duration and that number to appear in a text box.
Example: List box 1 says student membership is $25. List Box 2 says 3 Months. When I click the options, the Text Box will produce a number, in this case $75.00.
Last edited by alwclimbs; 01-05-2011 at 09:36 PM..
Reason: Fixed!
|