ronaldb66
04-04-2003, 07:40 AM
Ok, really dumb subject, but someone asked my help and I just can't figure out what's wrong:
This person uses a simple form with action="mailto:..." to offer members of his club to sign up for certain club events.
It is said to work on a winME/2000 client, but an XP client sends an empty mail with no text.
I haven't put the form online somewhere; if anyone really wants to take a look at the entire source I will, but here's the form opening tag anyway:
<form name="entryfrm2003" action="mailto:noreal@mailaddress.nl"
method="post" enctype="application/x-www-form-urlencoded"
onSubmit="return checkrequired(this)">
(obviously, in the real form the mail address is a real one...)
If anyone encountered a similar problem, I'm really interested in the solution; I myself suspect some sort of security issue in XP.
I'm aware of the security risks of sending forms to an email address, but it's not my choice and I can't judge if this person has the ability to set up some form handler.
This person uses a simple form with action="mailto:..." to offer members of his club to sign up for certain club events.
It is said to work on a winME/2000 client, but an XP client sends an empty mail with no text.
I haven't put the form online somewhere; if anyone really wants to take a look at the entire source I will, but here's the form opening tag anyway:
<form name="entryfrm2003" action="mailto:noreal@mailaddress.nl"
method="post" enctype="application/x-www-form-urlencoded"
onSubmit="return checkrequired(this)">
(obviously, in the real form the mail address is a real one...)
If anyone encountered a similar problem, I'm really interested in the solution; I myself suspect some sort of security issue in XP.
I'm aware of the security risks of sending forms to an email address, but it's not my choice and I can't judge if this person has the ability to set up some form handler.