Re: POST Method Problem on Form
- From: "Sébastien Mouren" <sebastien_mouren@xxxxxxxxxxx>
- Date: Sat, 7 Jan 2006 23:19:56 +0100
It's certainly because you didn't insert any valid submission control in
your form (<input> or <textarea> for example).
Try this for example, it's working:
<html>
<head>
</head>
<body>
<form method="POST" action="mailto:ttofohio@xxxxxxxxxxxxx" >
<input type="hidden" name="status" lang="en" xml:lang="en" value="working!"
/>
<input type="submit" value="Submit the Form" />
</form>
</body>
</html>
Good luck.
"Thomas Troutwine" <ttofohio@xxxxxxxxxxxxx> a écrit dans le message de news:
u6Zuf.2732$%W1.1660@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I'm having a problem? with my form sending me the content of a form.
> The e-mail program opens and a file is attached but there is no
> destination
> address filled in. Is it supposed to address and send the form contents?
> My code is below.
>
> <FORM METHOD=POST ACTION="mailto:ttofohio@xxxxxxxxxxxxx" >
>
> <INPUT TYPE="submit" VALUE="Submit the Form">
>
>
.
- References:
- POST Method Problem on Form
- From: Thomas Troutwine
- POST Method Problem on Form
- Prev by Date: POST Method Problem on Form
- Next by Date: MSDN98, MSDN Library Visual Studio 6.0a
- Previous by thread: POST Method Problem on Form
- Next by thread: MSDN98, MSDN Library Visual Studio 6.0a
- Index(es):
Relevant Pages
|