ChrisK
06-01-2006, 02:58 PM
Hi,
I need to parse the users input from a texbox. The each entry will be placed on a new line. The ASP code will take the entry from the user and display it seperated...
So, if I have a list of things to do and input them into a text box, it would look like this (codewise):
<textarea rows="4" name="S1" cols="20">
wash the dishes
take out the garbage
cut the grass
clean the gutters
</textarea>
I want to take each entry and parse it so that each line entry will be in it's own table row with a check image beside it.
How would I go about doing this?
I need to parse the users input from a texbox. The each entry will be placed on a new line. The ASP code will take the entry from the user and display it seperated...
So, if I have a list of things to do and input them into a text box, it would look like this (codewise):
<textarea rows="4" name="S1" cols="20">
wash the dishes
take out the garbage
cut the grass
clean the gutters
</textarea>
I want to take each entry and parse it so that each line entry will be in it's own table row with a check image beside it.
How would I go about doing this?