I’ve a flash form to collect user details. The address field in the stage with multiline textarea and html property is true. I’ve passed the value of the address field to asp using “POST” method. How can i track the “enter keys” in the address text field and get the same format in ASP
adr_field = request.form (“address”);
the adr_field is variable holds data in ASP
Is there any possibility to get it… :toad: