CODE:<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1251">
</head>
<body>
<textarea style="width: 100%; height: 150px;" wrap="off" id="myTextarea"></textarea>
<hr>
<input type="button" value="Ага" onclick="var a=document.getElementById('myTextarea');a.value=a.value.split('\r').join('').split('\n').join(',');">
</body>
</html>
|