我在Dreamweaver cc 2018上用html创建一个表单。对于我的新网站。但每次我使用它时,它都会打印出#34;内部服务器错误"。这意味着存在问题,但无论我在哪个网站寻找答案都无法解决问题。这是我的表单代码。
<form action="myemail@exemple.com" method="get" enctype="text/plain">
Name:<br>
<input type="text" name="name"><br>
E-mail:<br>
<input type="text" name="mail"><br>
Comment:<br>
<input type="text" name="comment" size="50"><br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
我试过&#34;得到&#34; &#34;后&#34;和&#34;默认&#34; 而且我不在服务器上。
谢谢: - )
答案 0 :(得分:0)
如果您尝试发送邮件,则需要使用action="mailto:myemail@exemple.com"
代替action="myemail@exemple.com"