English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What will be the exact code

I can't see how I said value"send messge"

I guess my stupid question would be I don't need to program any ASP or CGI script in order to make a submit button work, do I? Because I only know simple coding. And I just want the info to be said to an email address

Thanks

2007-04-27 03:28:14 · 6 answers · asked by orange 1 in Computers & Internet Programming & Design

Hi all
It is HTML submit button I am talking about

Button Code "Submit= mailto" how do I do that?
thanks

2007-04-27 05:03:50 · update #1

6 answers

You just need to change your url header, you can use any hyperlink.

Instead of using http:// use mailto://

you can also set up the subject header for your applicants.
use a question mark, followed by subject equals.

Example:

mailto:youremail@yahoo.com
?subject=RealmsAndGalaxies

The complete code would be


Join My Newsletter

2007-04-27 03:42:34 · answer #1 · answered by Misty Lane 1 · 0 0

I am going to make an assumption here, but it is probably correct: You are talking about an HTML form, yes? With a submit button?

"Yes" is the answer -- you do need ASP or CGI script to precess this, but "NO" -- *YOU* don't need to write it!

The easiest and quickest way to do what you want is to download a pre-written form-to-email script and install it on your server. Here are links to a few, in several popular CGI/server-side languages:

Perl scripts:
http://www.scriptarchive.com/formmail.html
http://www.boutell.com/email/

VERY basic PHP script:
http://www.host45.com/resources/phpexamples.php

ASP Script:
http://www.sortedsites.com/software/formmail.asp

2007-04-27 03:36:40 · answer #2 · answered by spungoguy 2 · 1 0

Within the Button code, link using "Mailto"

2007-04-27 03:32:37 · answer #3 · answered by ELfaGeek 7 · 0 1

One really easy way, is www.jotform.com, where you can, interactively, design a form. Then you can use that form to have the output (form fields, radio buttons, etc.) mailed to an email address of your choice. (You can download the html generated by the design process and, if you wish, even restyle it to your liking.)

Another method is to use the popular formmail php script of which you may find a copy at http://www.dtheatre.com/scripts/

2007-04-27 04:05:37 · answer #4 · answered by fjpoblam 7 · 0 0

It depends on many factors

2016-08-24 00:46:30 · answer #5 · answered by annis 4 · 0 0

I haven't really considered this

2016-09-19 00:35:53 · answer #6 · answered by ? 2 · 0 0

fedest.com, questions and answers