Topic: ASP Mail Form (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=29233" title="Pages that link to Topic: ASP Mail Form (Page 1 of 1)" rel="nofollow" >Topic: ASP Mail Form <span class="small">(Page 1 of 1)</span>\

 
nalalana
Obsessive-Compulsive (I) Inmate

From:
Insane since: May 2007

posted posted 05-24-2007 20:53

Hello,

I've been trying to get an asp form to work all morning, with no success

I am new to ASP, and I have been trying these two free forms that I found online, but I can;t get them to work properly.




The one from this site:

http://www.tele-pro.co.uk/scripts/contact_form/index.htm




Gives me the following error:

The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.



Then, the one from this site:

http://www.brainjar.com/asp/formmail/

Gives me the following error:

error 11004 - Valid name, no data record of requested type


Could someone tell me why am I getting these errors, for the second one I think it has to do with the email host, but I don't know why

If anyone could help or suggest another ASP or ASPX form, I would really appreciate it


Nala

nalalana
Obsessive-Compulsive (I) Inmate

From:
Insane since: May 2007

posted posted 05-25-2007 01:24

I now tried:

http://www.cj-design.com/products/free_downloads/asp_scripts/cjaspfeedbackform

and I get the following:

'ASP 0177:800401f3'

What is wrong with me??, I can't get a form to work, I find PHP easier to use but my client's webspace only supports ASP :'(

Plssssss Help!!! I've been on this all day...

jstuartj
Paranoid (IV) Inmate

From: Mpls, MN
Insane since: Dec 2000

posted posted 05-30-2007 09:29

cjaspfeedbackform appears to work for me, so the script is good.

'ASP 0177:800401f3'

That's a Server.CreateObject Failed error. A quick look at the form.asp shows:

code:
Set Mail = Server.CreateObject("Persits.MailSender")



It appear to be calling the ASPEmail Component by Persits, http://www.aspemail.com

You will have to have that component installed on your server, or adjust the script to use diffrent email component.

I did run across this site which might provide some options for emial via asp.

http://www.devarticles.com/c/a/ASP/Sending-Email-From-a-Form-in-ASP

J. Stuart J.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu