Employee Lookup Form

  • Thread starter Thread starter cher
  • Start date Start date
C

cher

I have a company web-site. I would like for the employees to be enter their
employee id and their name would come up. From there they would click on
their name and enter items that need to be ordered. This message would then
be sent via e-mail to the purchaser. This is so unauthorized employees
cannot request purchases. Any help you could give me would be great.

Thanks,
Cheryl
 
Requires server-side scripting and a database for this to work. The database would need to have at a
minimum, an employee ID and password. The scripting would valid the employee login, then give them
access to the form, then process the form by sending the email the order person, etc.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
Back
Top