نسخة الكود كما يلي:
<html>
<head>
<title> Unted Document </title>
<script type = "text/javaScript">
وظيفة AA ()
{
s = form1.t1.value ؛
s = s.replace (// n |/r/g ، "") .
form1.t1.value = s ؛
}
</script>
</head>
<body>
<name form = "form1">
<textarea name = "t1" style = "الارتفاع: 74px"> </textarea>
<type type = "button" value = "aa" onClick = "aa ()">
</form>
</body>
</html>