multi-purpose buttons

  • Thread starter Steve Freeman - SuperRealtor
  • Start date
S

Steve Freeman - SuperRealtor

Hello,
I have a login procedure on my site at
http://www.freisco.com/login.asp?returnURL=/res/default.asp
and when the visitor logs in, it checks to see if they are approved for
access into the site.
What I'd like to know is if the same button could also generate an email
autoresponder to me that would capture the user, password, and IP info
from the visitor and then email me this info. I would like to do this
so the visitor doesn't know I am keeping tabs on his activity.
Any and all insights welcomed.
-Steve
 
P

Peter Aitken

Steve Freeman - SuperRealtor said:
Hello,
I have a login procedure on my site at
http://www.freisco.com/login.asp?returnURL=/res/default.asp
and when the visitor logs in, it checks to see if they are approved for
access into the site.
What I'd like to know is if the same button could also generate an email
autoresponder to me that would capture the user, password, and IP info
from the visitor and then email me this info. I would like to do this
so the visitor doesn't know I am keeping tabs on his activity.
Any and all insights welcomed.
-Steve

Email sounds kludgy. Why not have the ASP code that checks the login -
against a database I assume - simply write the user info to a "visitors"
table in the same database?
 
S

Steve Freeman - SuperRealtor

I use Access2000.mdb file that I upload to the webhost each day. Users
are checked against the login db. I could create a "visitor" table and
include it in my ftp to the webhost. I don't know how to write the code
that would write/register the visitor into a log on the webhost. Even
if I knew how to generate the log, I don't know how to provide the
instant notifications that would pop up on my screen if I used the email
autoresponder method I described.
I welcome any and all insights to help me with this.
-Steve

Why not have the ASP code that checks the login -
 
P

Peter Aitken

Steve Freeman - SuperRealtor said:
I use Access2000.mdb file that I upload to the webhost each day. Users
are checked against the login db. I could create a "visitor" table and
include it in my ftp to the webhost. I don't know how to write the code
that would write/register the visitor into a log on the webhost. Even
if I knew how to generate the log, I don't know how to provide the
instant notifications that would pop up on my screen if I used the email
autoresponder method I described.
I welcome any and all insights to help me with this.
-Steve

OK - I did not realize that you *wanted* the instant notification. I do not
have any ideas for this.
 

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