Inputing data to web page

M

mortalhero

I would like to allow guests to use a mathematical formula on my web page.
For example if a*b=c the guest would enter the values for a and b and I would
respond with the answer c.

I am a complete newbie to web jargon and applications. I have had extensive
experience with Visual Basic 6.0 and Microsoft Excel 2003 but not in meshing
them with HTML if it were even possible.

Also, the math formula I developed is proprietary at the moment, so I would
like to keep it from my visitor's eyes if possible

Thanks,
Dave
 
R

Ronx

"Also, the math formula I developed is proprietary at the moment, so I would
like to keep it from my visitor's eyes if possible"

This requirement means you will have to use a server side script to perform
the calculation. The script would be written in whatever technology (asp,
asp.NET, PHP, Perl etc) that your host supports.

Without that requirement JavaScript would be used - Google for Javascript
calculator for examples.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 

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