im making a website and i need some email forms so i got some and there all ASP so i get the "form.asp" working but wene i click submit it just shows me the source code on the ASP page that dose the Email sending any idea why?
you can't just double click an asp file and expect it to run as a script
It requires running from a webserver running IIS (apache can run some asp but requires a module).