Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Flash 4 mailto:data |
From: | Marcelo Siqueira |
Date: | Tue, 25 Jul 2000 15:49:26 +0100 |
Once you can generate html code dynamically with javascript, you my generate
a form to send mail using enctype=text/plain. For example:
GetURL("javascript:document.write('<form method=post name=mail
enctype=text/plain action=memymail [dot] com (mailto:memymail [dot] com)></form>');
document.mail.submit()")
As when you open a new customized window, this action will fire a new blank
window. Maybe you'll want to redirect it to a hidden frame.
[ ]'s
--------------------------------
marcelo siqueira
grand prix winner cannes 2000
criacao | agenciaclick | brazil
--------------------------------
----- Original Message -----
From: Gareth Squire <garethinone [dot] co [dot] uk>
To: <flasherchinwag [dot] com>
Sent: Tuesday, July 25, 2000 7:04 AM
Subject: FLASH: Flash 4 mailto:data
> John & Kim,
>
> Thought I'd try and help although I don't have the complete answer. The
> problem is similar to one that I had with a html form - you have to encode
> the data sent with the form otherwise it is sent in .ATT format - as you
> know. Despite searches at every conceivable site/book I have yet to find
out
> what this suffix relates to - or a program that is capable of reading it.
> The answer in html is in the form tag you encode the data with the
> following: enctype="text/plain" - this sends the form data within the
> as text - not as an attachment. The complete tag should look something
like
> this;
> <form method="post" enctype="text/plain"
> action="memyemail [dot] com (subject: ) (mailto:memyemail [dot] com?subject=)'formdata'">
>
> Now I'm afraid this is as far as I can help as I can't see how you include
> this in the load variables action in your form as it simply contains the
> mailto command. I hope I have shed a glimmer of light if not the answer -
> perhaps a more knowledgeable member of the list might jump in and solve
the
> problem.
>
> let me know how you get on,
>
> Gareth
>
>
> > Date: Sun, 23 Jul 2000 19:15:22 -0700
> > From: "John & Kim Gough" <jgoughflash [dot] net>
> > Subject: RE: FLASH: Flash 4 MAILTO: data
> >
> > Hello one and all
> > I am a newB exploring the use of Flash 4 and Forms with the mailto:
> > function. Upon developing my first form the data that cam back to me
via
> > email address was in .ATT file format...WHAT IS THIS AND HOW DO I DEAL
WITH
> > IT...thanks!!
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
> www.flashforward2000.com
> Produced by United Digital Artists and lynda.com
> Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
> shockwave.com and Electric Rain.
> 1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
> Register before June 30 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: Flash 4 mailto:data, Gareth Squire
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]