Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Re: Flasher in need... |
From: | marcpidoux |
Date: | Fri, 8 Oct 1999 17:06:04 +0100 |
Hi John,
Happy to "see" you back :-)
As I told you, I allready tryied a lot of things such as:
HTML form with mailto using POST =>
name=marc&email=marcpidouxl-4 [dot] de&subject=test&message=test+using+html+mailto%28post%29&submit=Envoyer
FLASH form with mailto using POST=>
name=marc&email=marcpidoux%40l%2D4%2Ede&subject=test&message=test+using+flash+mailto+%28post%29
Then without changing anything but only instead of Get url "mailto" but "Get
url http://www.....com/sendmail.asp",
the HTML form send me:
name: marc
email: marcpidouxl-4 [dot] de
subject: test
message: test using html sendmail.asp (post)
submit: Envoyer
the FLASH form send me:
NOTHING !!!
So, are you sure than if in my ASP script I don't write a response value for
Flash, the sript wouldn't send me the mail?
I am not sure to anderstand :
"You would need a variable in Flash called message to pick this up.
Second you need to convert the error message into a variable pair as
well so it can be read in Flash so if you don't get through you can read
the error message."
How should I call this variable?(Is it a text field non editable?)
What is a variable pair?How do I do it?
Thanks a lot.
Marc
John Croteau wrote:
> Hi Marc,
>
> I have been busy and I don't normally answer questions I don't have a
> good answers for. I don't know enough about ASP to be sure what the
> problem is yet.
> Hopefully I'll have some time over the next few days to get this setup.
> The problem is this is not a Flash problem but an ASP one except that
> all messages to and from Flash must be in standard variable=value pair
> form with & for concatenation of variable pairs..
>
> I notice two things:
>
> 1) Input to ASP page - What does this do?
> For Each x In Request.Form
> message=message & x & ": " & Request.Form(x) & CHR(10)
> Next
>
> What does the ASP page look like that would normally send to this page
> or is it a standard HTML form page?
>
> 2) Output from ASP page - The Response write is not sending a variable
> page so Flash would not be able to read it.
>
> response.Write ("Thank you for your submission.... Your message has
> been delivered successfully.")
>
> response.Write ("message=Thank you for your submission.... Your message
> has
> been delivered successfully.")
>
> You would need a variable in Flash called message to pick this up.
>
> Second you need to convert the error message into a variable pair as
> well so it can be read in Flash so if you don't get through you can read
> the error message.
>
> --
> Coming Soon Flash 4 Web Animation F/X and Design
> http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
> ----------- -----------------------
> John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
> ------------- -------------------------
> FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
> Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
> Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
> The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]