I have a flash form that I use for our fans to fill out
to get on our mailing list. When you click the ready to send
your E-mail program start and all the info is ready for
you to click send. My problem is that if I launch it from
my hard drive the format is perfect.
Name:
Last Name:
Adress:
Zipcode:
City:
Tel:
and so on.
But if I run it from the site or a browser its not.
The format is like this.
Name: ddLast Name: aaAdress: aaZipcode: aaCity: Tel: Fax: E-mail: Remarks:Options:Mailtype:
All runs to gether
on (press) {
getURL(mailto add name add "?subject=" add subject add "&body=" add newline add "Name: " add newline add "Last Name: " add newline add "Adress: " add newline add "Zipcode: " add newline add "City: " add newline add "Tel: " add newline add "Fax: " add Fax add newline add "E-mail: " add newline add newline add "Remarks:" add Newline add Newline add Newline add "Options:" add Newline add Options add Newline add Newline add "Mailtype:" add Mailtype);
}
on (release) {
gotoAndPlay("send"
;
}
}
Any Help Thanks
Win 98|Flash MX|Dreamweaver MX|Explorer 6|NS 6|Outlook Ex 6
to get on our mailing list. When you click the ready to send
your E-mail program start and all the info is ready for
you to click send. My problem is that if I launch it from
my hard drive the format is perfect.
Name:
Last Name:
Adress:
Zipcode:
City:
Tel:
and so on.
But if I run it from the site or a browser its not.
The format is like this.
Name: ddLast Name: aaAdress: aaZipcode: aaCity: Tel: Fax: E-mail: Remarks:Options:Mailtype:
All runs to gether
on (press) {
getURL(mailto add name add "?subject=" add subject add "&body=" add newline add "Name: " add newline add "Last Name: " add newline add "Adress: " add newline add "Zipcode: " add newline add "City: " add newline add "Tel: " add newline add "Fax: " add Fax add newline add "E-mail: " add newline add newline add "Remarks:" add Newline add Newline add Newline add "Options:" add Newline add Options add Newline add Newline add "Mailtype:" add Mailtype);
}
on (release) {
gotoAndPlay("send"
}
}
Any Help Thanks
Win 98|Flash MX|Dreamweaver MX|Explorer 6|NS 6|Outlook Ex 6