Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
inet
active_desktop
active_scrptng
asp.components
asp.db
asp.general
comctl32
comp.packaging
components.dev
dbweb
dhtml_editing
docobjects
html_authoring
html_objmodel
iis
iis.ftp
iis.security
iis.smtp_nntp
indexserver
misc
mshtml_hosting
scripting.jscript
scripting.vbscript
sdk_setup
shell_objmodel
urlmonikers
webbrowser_ctl
wininet
  
 
date: Wed, 04 Jan 2006 23:45:30 GMT,    group: microsoft.public.inetsdk.html_authoring        back       


POST Method Problem on Form   
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@earthlink.net" >

<INPUT TYPE="submit" VALUE="Submit the Form">
date: Wed, 04 Jan 2006 23:45:30 GMT   author:   Thomas Troutwine

Re: POST Method Problem on Form   
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@earthlink.net" >
<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"  a crit dans le message de news: 
u6Zuf.2732$%W1.1660@newsread2.news.atl.earthlink.net...
> 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@earthlink.net" >
>
> <INPUT TYPE="submit" VALUE="Submit the Form">
>
>
date: Sat, 7 Jan 2006 23:19:56 +0100   author:   Sbastien Mouren

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us