|
|
Q325 How can I make a script that will automatically reply an e-mail?
irt.org | Knowledge Base | JavaScript | Email | Q325 [ previous next ] Q325 How can I make a script that will automatically reply an e-mail?"Automatically" - in Client Side JavaScript - no, not without user intervention. It would a security breach if it were possible as you would be able to capture peoples email addresses without them knowing. The nearest thing you can get to it is with Netscape:
However, if the user has their browser setup to warn them when a form is being emailed over the net (which everyone should have done) then it will prompt the user before sending the email. Feedback on 'Q325 How can I make a script that will automatically reply an e-mail?' |
-- div -->
|