programming-examples/js/Others/A carriage return in alert dialog box.js

12 lines
229 B
JavaScript
Raw Normal View History

2019-11-15 12:59:38 +01:00
<html>
<head>
<title>A Simple Page - Happy Codings :-) JavaScript Code Examples</title>
<script language="JavaScript">
alert("A carriage return lies right\rin the middle of this line!");
</script>
</head>
<body>
</body>
</html>