niggle
08-16-2004, 10:33 AM
Hello, I hope you can help me with this cos I am very bad programming:
I got a web page that I want to protect with a password. I 've done it already but the thing that I want is that each time allowed people login to get into I get an email automactly telling me that someone has gone to the website protected.
I've done it with an window.location = "mailto:"+document.pass.user.value+"?subject=......
but it opens me the outlook window.
Is there any other way to do it?
I got a web page that I want to protect with a password. I 've done it already but the thing that I want is that each time allowed people login to get into I get an email automactly telling me that someone has gone to the website protected.
I've done it with an window.location = "mailto:"+document.pass.user.value+"?subject=......
but it opens me the outlook window.
Is there any other way to do it?