|
A form cannot post to an HTML file. On a linux server, the html file probably does not have execute permissions and therefore cannot handle the data being given to it.
What scripting language are you using in contact.html? You will need to change the extension of that file to represent this (eg. .php, .cgi etc...)
|