I've tested the form by viewing it in Mozilla Firefox, filling in the form,
then clicking send button, it then opens a new email with all the
information from the form - GOOD
However
If I view the form in IE 5.5, fill in the form and click send, it opens a
new email, but WITHOUT any information - Bad.
What do I need to change in IE to get my form to work as its the same with
any forms I try.
Thanks in advance
------------------------------------------------
just incase you wish to test my form, here is the script;
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<form method="post" action="mailto:your...@email.com">
Name: <input type="text" size="10" maxlength="40" name="name"> <br />
Password: <input type="password" size="10" maxlength="10"
name="password"><br />
<input type="submit" value="Send">
</form>
</body>
</html>
I just answered in microsoft.public.windows.inetexplorer.ie55.setup: this is
inherent to mailto: forms. The only definite solution is to use PHP or CGI.
Kind regards
Hans Le Roy
MS MVP Win/IE-OE
Apologises for cross posting, but you will notice they were posted at
different times as traffic seems slow/non exsistitant.
Anyway... I tried your link at http://www.cutandpastescripts.com/ where I
tried the form processing demo (fill in your own email address etc.) but
found it doesn't work :o(
Would be nice to get IE working before trying a 'work about' / 'fix'
kind regards
AR
"Hans Le Roy" <hl...@SPAMmvps.org> wrote in message
news:OpF9gXv9...@TK2MSFTNGP11.phx.gbl...
Please do not use mailto: forms. It is nothing but trouble, because it
require a defalt mail client being configured. In public places like
libraries etc. those forms will not work if the admin did his work, and if
it worked, the sender's address would be false.
You could use something like www.cutandpastescripts.com instead. Pretty easy
and no ads.
Kind regards
Hans Le Roy
MS MVP Win/IE-OE
<anon...@discussions.microsoft.com> wrote in message
news:212501c51059$ceffc6d0$a601...@phx.gbl...