Guest_imported
New member
- Jan 1, 1970
- 0
A great project I started myself was to create a website with some pre-set formulas on it. Something that would be like a spreadsheet, on a site.
What I am hoping to do is to have a bunch of text boxes (lets say 3) that would act as variables in the formula. Lets say my preset formula was something like: X + Y - Z + 100... Text Box 1 would represent X, Text Box 2 would represent Y, and Text Box 3 would represent Z.
I want it to be that when a person enters 10 in the first box, 5 in the second, and 8 in the third, the fourth box would say "107", (since 10+5-8+100=107).
This is just a short example. I'm looking to do something way more complicated with a lot of variables.
Is this something that could be done simply with HTML? CGI? Can someone recommend a site/book/language that I can look into to help me achieve my goal?
I would also like to make it so if the user looks at the source, they would not be able to trace the formula (They would have to come back to the website to use the formula =) ). Someone please let me know if its possible and how I would go about doing this.
I am greatful for any help.
What I am hoping to do is to have a bunch of text boxes (lets say 3) that would act as variables in the formula. Lets say my preset formula was something like: X + Y - Z + 100... Text Box 1 would represent X, Text Box 2 would represent Y, and Text Box 3 would represent Z.
I want it to be that when a person enters 10 in the first box, 5 in the second, and 8 in the third, the fourth box would say "107", (since 10+5-8+100=107).
This is just a short example. I'm looking to do something way more complicated with a lot of variables.
Is this something that could be done simply with HTML? CGI? Can someone recommend a site/book/language that I can look into to help me achieve my goal?
I would also like to make it so if the user looks at the source, they would not be able to trace the formula (They would have to come back to the website to use the formula =) ). Someone please let me know if its possible and how I would go about doing this.
I am greatful for any help.