Inputing data to web page

  • Thread starter Thread starter mortalhero
  • Start date Start date
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
 
"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.
 
Back
Top