Table of calculations

J

Jacques

This is what I want to do:
The user will input 2 numbers in a form and after he submit the form, it
will display a table with in the first column: numbers from 10 to 90
incrementing by 1 and on the second column: a mathematical formula based on
the 2 numbers entered and the number in the first column.
First, I thought of using the database wizard but it has no sense to put the
2 numbers (input by the user) in a table.
So how can I do that? is there a similar example on the web because I'm not
experimented in programming on the internet (but I caan modify existing
programs). Thanks.
 
S

Stefan B Rusynko

You can try client side scripting
- see http://javascript.internet.com/math-related/
Or serve side scripting (depending on your host)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| This is what I want to do:
| The user will input 2 numbers in a form and after he submit the form, it
| will display a table with in the first column: numbers from 10 to 90
| incrementing by 1 and on the second column: a mathematical formula based on
| the 2 numbers entered and the number in the first column.
| First, I thought of using the database wizard but it has no sense to put the
| 2 numbers (input by the user) in a table.
| So how can I do that? is there a similar example on the web because I'm not
| experimented in programming on the internet (but I caan modify existing
| programs). Thanks.
 
J

Jacques

OK thank you.
What I want to do is intended to split the bill in restaurants:
The user would type the value of the tax and of the tip and it would give
him the price from 10 to 90 dollars.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top