Forum: ASP Sep 3rd, 2004 |
| Replies: 4 Views: 4,771 No it is working. I have another forum on thet same site that is working. |
Forum: ASP Sep 2nd, 2004 |
| Replies: 4 Views: 4,771 It does not bring an error message it just does not send the E-mail. |
Forum: ASP Sep 1st, 2004 |
| Replies: 4 Views: 4,771 I can not get my form to work. here is the code
<% @language="VBSCRIPT" %>
<%
Dim myMail, myBody
myBody ="website title: "& request.form("websitetitle") & vbcrlf & "websiteyurl: " &... |