Flasher Archive

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


Subject: FLASH: Having Problems sending CARRY RETURN CODE to mail from Flash
From: V�ctor Vill�n
Date: Tue, 25 Jul 2000 00:30:41 +0100

Hi.

I'm making a kind of catalogue CD with Flash that lets you make an order form by selecting the amount of each product you want (the form is built up by itself, u don't fill it up). They selected products and amounts are stored into variables so they can be sent later via email.

Well, the problem is that when I build up the "body" of the mail this way:

Loop While (i<=length)
body = body & eval("var"&i) & NewLine (or Chr(13))
i = i+1
End Loop

GETURL ("mailto:xxx?body="&body) or GETURL ("mailto....",vars=GET)

The NewLine codes are missed and it has no multiple lines, it makes a long long line....

Anyone knows how to pass a carry return code this way?

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


Replies
  Re: FLASH: Having Problems sending CARRY, Wayne Pennell \( Web Mast

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