displaying textarea data to text

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
rami
Forum Contributor
Posts: 217
Joined: Thu Sep 15, 2005 8:55 am

displaying textarea data to text

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you're not making much sense... :?
foobar
Forum Regular
Posts: 613
Joined: Wed Sep 28, 2005 10:08 am

Post 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
Post Reply