javascript_howto thread: Parsing Lines with JavaScript Problem #############
I was provided the solution to this problem.
Just use the join function to append the end of line characters.
The solution required the following line to replace the statement below:
text_output.value = all_lines.join("\n\r");
.....
> text_output.value = tmp_lines;
}>
/> / End of Main function###############################
> </SCRIPT></HEAD>
.....
|





