spewn
Programmer
- May 7, 2001
- 1,034
hey, i have a form on my webpage and i need to parse the information from a textarea...
how do i read each line of the text area box?
- g
Code:
<textarea name=leads id=leads cols=60 rows=10 wrap=off>
john clark|24
fred murphy|19
julie jones|30
</textarea>
how do i read each line of the text area box?
- g