Hello from together,
i have created a simple html file and stored it to my hard drive:
HTML Code:
<form method="post" action="mailto:youremail@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>
If i will open this with internet Explorer 7,8 or 9, and press to the submit button, then:
1) Outlook 2007 and outlook express opens a new email with postdata.att file as attachment - that's OK
2) Outlook 2010 opens a new email, but no attachment visible. Why? How can i fix this?