PDA

View Full Version : Generate an email to inform me that a particular user has visited my “protected” area


nadotom
06-29-2009, 04:29 AM
My domain is: www.coronadobeachhouse.com
I purchased “MTop Encrypt HTML Pro” for a username/password client sided program to allow only registered users access to my “protected” webpage. It works very well. However I want to know which registered users visited my “protected” webpage.

My “login page” is…
http://www.coronadobeachhouse.com/oceanRandA.html

my own username is: Moran
my own password is: Dollydog

There is already javascript in the protected webpage that “Welcomes” the user.
If you use the above username and password, the website opens with “Welcome Moran family”

I need JavaScript to automatically (and invisibly) email me (tommoran@coronadobeachhouse.com) the username of the user as they gain access to my “protected” webpage.

A1ien51
06-29-2009, 12:13 PM
JavaScript can not send emails without the help of a serverside language or the input of a user with their email application.

Eric