Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: send email problem
From: Ricardo Madrazo
Date: Mon, 31 Jul 2000 22:48:02 +0100

Well, I got some weird results...

If I fill out the form fields with bogus text, I get these results:

IE5:
I get asked to download mailform.asp to disk

Netscape 4.7:
I get this displayed on a page:

<%
Dim objCDO
Dim strBody
Dim strFrom
strBody = Request.Form("txtEmail")
strFrom = Request.Form("txtFrom")
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.To = "anthonyfaustathotmail [dot] com"
objCDO.From = strFrom
objCDO.Subject = "Message from Flash Form"
objCDO.Body = strBody
objCDO.Send
Set objCDO = Nothing
%>


If I leave the form blank and just click on submit:

IE5:
404

Netscape 4.7:
I get
"Method Not Allowed
The requested method POST is not allowed for the URL /mailform.asp."

Looks like you should change your form to GET instead of POST. Try that.

HTH

Ricardo Madrazo
Multimedia Design
650-345-7400 ext. 211
http://www.live365.com/cgi-bin/directory.cgi?autostart=chilakil
Mexican&Latin Rap&Rock in the World's #1 Broadcasting Community



-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Anthony
Faust
Sent: Monday, July 31, 2000 2:14 PM
To: flasheratchinwag [dot] com
Subject: FLASH: send email problem


Hi everyone,

I have a problem with an ASP send email flash file..........when i click
"send"........it says it can't find the url or the page can't be
displayed.........

go to http://www.anthonyfaust.com/email.html

does anyone know the problem?


thanks,

anthony

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: send email problem, Anthony Faust

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]