Flasher Archive

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


Subject: FLASH: Carraige return in GetUrl:mailto action?
From: Michael Galvin
Date: Fri, 10 Dec 1999 22:46:29 GMT

I've got 4 text fields in my form, and I want the results mailed to me, each
seperated by carraige returns.

Looking at a tutorial in Flash Bible, it appears there's something called
"newline" which should do this, but it doesn't seem to work for me. Niether
does chr(13). Or %0, but that was just bluffing it.

I'm using Outlook Express -- would that make any difference?

The button action is as follows:

On (Release)
Set Variable: "zname" = "name"
Set Variable: "zemail" = "email"
Set Variable: "mailto" = "mailto:" & zname & "<" & zemail & ">"
Get URL (mailto & "?subject=KingPin Design" & "&body=" & name & "<" &
email & "> from " & site & chr(13) & ": " & comments)
Go to and Stop (1)
End On

where 'name', 'email', 'site' and 'comments' are the 4 text fields.

Thanks
Michael

http://homepage.tinet.ie/~mpgalvin/humour.html
Because I'm worth it



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 helpatchinwag [dot] com


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