Link to home
Start Free TrialLog in
Avatar of kloklo
kloklo

asked on

Textfield problem

I have an input textfield which passes  messages to my email.
This works ok in English but when you type in Greek, I get irrecognizable messages..

Is there something wrong in my actionscript?
I use "sender_lv.comments" to pass my message to the mailer script.

var sender_lv = new LoadVars();
     sender_lv.subject = "WWW contact";
     sender_lv.comments = this.message_txt.text;
     sender_lv.required = comments;
ASKER CERTIFIED SOLUTION
Avatar of Dushan Silva
Dushan Silva
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just out of curiosity, can you at least able to type the Greek characters into the textField???

CyanBlue
Avatar of kloklo
kloklo

ASKER

Thanks people.. It worked//

I typed in Greek no problem ..
Now I can also carry the messages to my email/