|
asp to html
sorry i'm new to all this. My problem is I have made a asp email form from bits and bobs i've found online. Once you submit the details to be mailed on the html form it simply post a screen that displays a text message.
How can i make it direct you to a html page instead?
This is the code at the end...
if strErr = "" then
mailFailed = false
strErr = "Your mail has been sent."
else
mailFailed = true
end if
%>
<%
'report result
response.write (strErr)
%>
any help would be greatly appriciated.
__________________
|