mallybills
10-05-2006, 06:20 AM
I've added the Brainjar Formmail script to my site. The script seems to work okay in that it catches any form errors (missing fields, bad email addresses) but if there are no form errors (I'm assuming), then I get the error below. I have tried the form with and without a _redirect page but still get the error. Any thoughts on what could be causing this problem? Anyone had a similar problem they have been able to correct?
Here are the items I've customized on the formmail.asp script and the hidden fields on my form:
<form action="/scripts/formmail.asp" method="post">
<input name="_redirect" type="hidden" value="../board.asp" />
<!--<input name="_recipients" type="hidden" value="bob@brickkickerslc.com,get2max@msn.com,bjdaisy@xmi ssion.com,brian31@xmission.com,donatgrandma@msn.co m" />-->
<input name="_recipients" type="hidden" value="malinda@homesinutah.net" />
<input name="_replyTo" type="hidden" value="malinda@homesinutah.net" />
<input name="_subject" type="hidden" value="Web Site Board Contact Form" />
<input name="_fieldOrder" type="hidden" value="name,address,email,phone,member,reply,comments" />
<input name="_requiredFields" type="hidden" value="name,phone,email,comments" />
Script
<%@ LANGUAGE="VBScript" %>
<% '************************************************* **************************
'* ASP FormMail *
'* *
'* Do not remove this notice. *
'* *
'* Copyright 1999-2002 by Mike Hall. *
'* Please see http://www.brainjar.com for documentation and terms of use. *
'************************************************* **************************
'- Customization of these values is required, see documentation. -----------
referers = Array("www.oakwoodparkhoa.com (http://www.oakwoodparkhoa.com)", "oakwoodparkhoa.com")
mailComp = "ASPMail"
smtpServer = "localhost"
fromAddr = "noreply@oakwoodparkhoa.com"
'- End required customization section. -------------------------------------
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
Please try the following:
<LI id=instructionsText1>Open the www.oakwoodparkhoa.com (http://www.oakwoodparkhoa.com/)home page, and then look for links to the information you want.
<LI id=instructionsText2>Click the res://C:\WINDOWS\system32\shdoclc.dll/refresh.gif (:location.reload()) Refresh (:location.reload()) button, or try again later.
<LI id=instructionsText3>Click res://C:\WINDOWS\system32\shdoclc.dll/search.gif Search (:doSearch()) to look for information on the Internet.
<LI id=instructionsText4>You can also see a list of related sites. ("")
HTTP 500 - Internal server error
Internet Explorer
Thank you so much!!!
Malinda
Here are the items I've customized on the formmail.asp script and the hidden fields on my form:
<form action="/scripts/formmail.asp" method="post">
<input name="_redirect" type="hidden" value="../board.asp" />
<!--<input name="_recipients" type="hidden" value="bob@brickkickerslc.com,get2max@msn.com,bjdaisy@xmi ssion.com,brian31@xmission.com,donatgrandma@msn.co m" />-->
<input name="_recipients" type="hidden" value="malinda@homesinutah.net" />
<input name="_replyTo" type="hidden" value="malinda@homesinutah.net" />
<input name="_subject" type="hidden" value="Web Site Board Contact Form" />
<input name="_fieldOrder" type="hidden" value="name,address,email,phone,member,reply,comments" />
<input name="_requiredFields" type="hidden" value="name,phone,email,comments" />
Script
<%@ LANGUAGE="VBScript" %>
<% '************************************************* **************************
'* ASP FormMail *
'* *
'* Do not remove this notice. *
'* *
'* Copyright 1999-2002 by Mike Hall. *
'* Please see http://www.brainjar.com for documentation and terms of use. *
'************************************************* **************************
'- Customization of these values is required, see documentation. -----------
referers = Array("www.oakwoodparkhoa.com (http://www.oakwoodparkhoa.com)", "oakwoodparkhoa.com")
mailComp = "ASPMail"
smtpServer = "localhost"
fromAddr = "noreply@oakwoodparkhoa.com"
'- End required customization section. -------------------------------------
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
Please try the following:
<LI id=instructionsText1>Open the www.oakwoodparkhoa.com (http://www.oakwoodparkhoa.com/)home page, and then look for links to the information you want.
<LI id=instructionsText2>Click the res://C:\WINDOWS\system32\shdoclc.dll/refresh.gif (:location.reload()) Refresh (:location.reload()) button, or try again later.
<LI id=instructionsText3>Click res://C:\WINDOWS\system32\shdoclc.dll/search.gif Search (:doSearch()) to look for information on the Internet.
<LI id=instructionsText4>You can also see a list of related sites. ("")
HTTP 500 - Internal server error
Internet Explorer
Thank you so much!!!
Malinda