You could fake it and instead of using an input textfield, capture
keystrokes and put them into a dynamic textfield.  :)

You could also validate the input textfield on every key up event and
strip any carriage returns out then.

INP_Field.text =
INP_Field.text.split("\n").join("").split("\r").join("");

:)
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to