Page 1 of 1

displaying textarea data to text

Posted: Tue Oct 25, 2005 12:42 pm
by rami
i have textarea column(text) remarks(sigle column) which consist of name of person and there telephone number and some other data

will i be able to display different data in textarea in table(of one textarea)
for eg if 1 textarea contains
harry 4444
cecilia 5555

then data should be displayed in table
harry and his phone in row 1 (2 col)
cecilia and her phone in row 2...

is it possible?
if yes how
thanks

Posted: Tue Oct 25, 2005 12:48 pm
by feyd
you're not making much sense... :?

Posted: Tue Oct 25, 2005 1:40 pm
by foobar
You'd need to have a script access the textarea, then you need another script that will create rows and columns in a table via DOM [1] [2] [3].

Cheers,

Tom