Send computer generated web page PW to email address

G

Guest

I want to password protect a specific web page link to demo software by
having the user enter his name, company, and email address into a form and
then have the system computer generate a password and send the password to
the user's email address he had entered in the form.

Is this possible?
 
T

Thomas A. Rowe

Yes, but will require the ability to write custom server-side script, such as ASP, PHP, etc. and use
a database.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
P

Paul M

Hi CP
Here is a good way to create a database, you will need to be on a windows
server with frontpage extension installed
Insert a form in a page with fields you wish to use for the database.
right click on the form and choose form properties and select send to
database.
In the options tag select create database ,this will create a folder in your
web called fpdb and an access database in that folder using the fields of
your form and create the connections to it from the form, so when you fill
out the form the database fields will be populated

do a search for the asp script to do the emailing and password creation
part. if you can't find one ou could do the following as a second choice.

In the form you could have a field where the customer creates there own
username and password which will populate the database you could then use
this tutorial to password the demo page.

http://www.frontpagehowto.com/newpassword/default.asp#logon

Best wishes

Paul M
 

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