quote:
Originally posted by Puniksem
That script already addresses the script I posted for you previously, achieving the same function. However does not address the point of posting said address to a savable page, as requested. That's a far more complex issue which involves writing to a file on your server as well. thats not just a case of simple java scripting.
code:
<form action="http://www.yourserver.com/cgi-bin/userform.cgi" method="post" onsubmit="return FSubmitValidation(this)">
<input name="SendMailTo" type="hidden" value="username@youremail.com">
<input name="redirect" type="hidden" value="http://website_address">
This is the type of cgi-bin prompting using the SendMailTo command, I used for sending forms to a cgi server which would then send the form content to the specified email address.
If I can get the time I will write you up a script for said task, seeing that's the nearest I can get to your request.
Thanks but most browsers now show a security allert when trying to automatically send an email.