Cuttie0506
02-28-2006, 05:03 AM
I have a textarea with some lines, for example,
1. abc
2. fhfg
3. jikl
When i send an email, what will appear in the email will be:
1.abc 2.fhfg 3. jikl
I'm using asp... can anyone tell me how can i make my words appear like what i have type, instead of all appearing togther?
when i send the email, i request.form that textarea values..
1. abc
2. fhfg
3. jikl
When i send an email, what will appear in the email will be:
1.abc 2.fhfg 3. jikl
I'm using asp... can anyone tell me how can i make my words appear like what i have type, instead of all appearing togther?
when i send the email, i request.form that textarea values..