Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Parsing Lines with JavaScript Problem #############


Message #1 by "Patrick Noel Mc Govern" <gopat@n...> on Thu, 13 Mar 2003 05:30:33
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>
.....

  Return to Index