bash
03-18-2003, 06:33 PM
I have created a form for user input on my site, but when the send button is pressed for information to be sent to my email address, i receive a file with the extension .ATT
In fact the code which i have used is just for testing before i actually create a proper form -
<form method="POST" action="mailto:me@mydomain.com">
<input type="text" size="35" maxlength="256" name="Name">
<input type="submit" value="send">
<input type="reset" value="Clear Form">
</form>
I do receive the form data via email with the filename POSTDATA.ATT
This .ATT file extension is not recognised????
When i eventually create a proper form to put on a website, what software would be needed to associate this file extension so it can be opened???
I hope someone can help me???
Thanx in advance.
In fact the code which i have used is just for testing before i actually create a proper form -
<form method="POST" action="mailto:me@mydomain.com">
<input type="text" size="35" maxlength="256" name="Name">
<input type="submit" value="send">
<input type="reset" value="Clear Form">
</form>
I do receive the form data via email with the filename POSTDATA.ATT
This .ATT file extension is not recognised????
When i eventually create a proper form to put on a website, what software would be needed to associate this file extension so it can be opened???
I hope someone can help me???
Thanx in advance.