Danielle Harvey
April 19th, 2002, 07:39 PM
I want to create a web page where the user inputs
some number, I multiply that number by some special number and it returns a new number. Here is the catch, the special number is important to me and I don't want other people to know what that number is. If I just use java or simple html, anyone can go to Edit/View Source and see my special number.
Is there any way of doing this? Or is there a way
to make html execute some simple c++ program and then retrieve the number that it returns. I can easily write something in c++ to multiple the user inputted number with my number and return the new number, but I don't know how to get html to execute a c++ file.
Any ideas? Any thoughts? Any code?
Any response you can give me will be greatly appreciated.
Sincerely,
Danielle (an overworked graduate student)
some number, I multiply that number by some special number and it returns a new number. Here is the catch, the special number is important to me and I don't want other people to know what that number is. If I just use java or simple html, anyone can go to Edit/View Source and see my special number.
Is there any way of doing this? Or is there a way
to make html execute some simple c++ program and then retrieve the number that it returns. I can easily write something in c++ to multiple the user inputted number with my number and return the new number, but I don't know how to get html to execute a c++ file.
Any ideas? Any thoughts? Any code?
Any response you can give me will be greatly appreciated.
Sincerely,
Danielle (an overworked graduate student)