Mailto as a protocol has been terribly unreliable - it's possible that Pocket Outlook is reacting to that. (I know that Outlook 2003 no longer accepts commas used as separators in the syntax, for instance.)
Perhaps someone may know of a specific remedy. If not, we could also move your question to the Outlook TA...
Main Topics
Browse All Topics





by: cyberbullPosted on 2004-08-12 at 11:28:04ID: 11786804
Here is the code I have
om?subject =survey form 2" enctype="text/plain" method="post">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Your email address</title>
</head>
<body>
<form action="mailto:user@mail.c
Your email address:<br>
<input type="text" name="emailAddress" size=64 maxlength=64>
<br>Your name:<br>
<input type="text" name="theName" size=23 maxlength=64>
<br>Your comments:<br>
<textarea name="theComments" rows=12 cols=55></textarea>
<p><input type=submit value="Send"></p>
<p><input type=reset value="Recycle!">
</p>
</form>
</body>
</html>