Internal Server Error to send Form
问题 Please Helpme, i have this error, when I send the contact form : My Visual Basic code: <% mail_to = "jrclurita@gmail.com" Dim error error = 0 For Each f In Request.Form If Request.Form(f) = "" Then error = 1 End If Next If error=1 Then response.redirect "error.html" Else Dim f, emsg, mail_to, r, o, c, other fline = "_______________________________________________________________________"& vbNewLine hline = vbNewLine & "_____________________________________"& vbNewLine emsg = "" For Each f In