C
CJ
OK, this is loosely FrontPage-related! I want to set up a calculator using
an HTML form. Very simply, I want the user to enter a number in an input
area, then press a button, and for the form to return the answer based on a
fixed percentage of the input.
For example, if the user inputs 100, the form would output 10 if the
percentage was pre-set to 10%. The user doesn't need to be able to change to
10% figure.
Is this possible? The only other thing I thought of was an interactive web
page created in Excel.
Thanks.
CJ
an HTML form. Very simply, I want the user to enter a number in an input
area, then press a button, and for the form to return the answer based on a
fixed percentage of the input.
For example, if the user inputs 100, the form would output 10 if the
percentage was pre-set to 10%. The user doesn't need to be able to change to
10% figure.
Is this possible? The only other thing I thought of was an interactive web
page created in Excel.
Thanks.
CJ