Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

do you know the code that will let me send the details of a form as a email using jscript asp javascript html

2 Answers

Relevance
  • Anonymous
    2 decades ago
    Favorite Answer

    Set the action of your form as mailto:

    <form method="post" action="mailto:someone@somewhere.com">

    Note that this will invoke the user's e-mail program and compose the message; it will be up to the user to actually send you the message.

    If you don't want to do that, you'll need a mail gateway of some sort, such as a Perl / CGI script, PHP's mail() function or ASP.NET's MailMessage() or Message() classes.

    Check with your Web hosts to see what gateway you have, update your question here and I can be more specific.

  • mangus
    Lv 4
    4 years ago

    sure, I do it, yet not each and every time and under no circumstances the second one i'm getting an digital mail decrease back from someone who ought to not be as computing device-savvy as me possibly. i go with my second, and attempt to make the hot issue as proper and exciting as i am going to, purely in case the recipient ought to actualy pay interest to such element.

Still have questions? Get your answers by asking now.