A carriage return in alert dialog box : Dialog « Window Browser « JavaScript DHTML
- JavaScript DHTML
- Window Browser
- Dialog
A carriage return in alert dialog box
<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
alert("A carriage return lies right\rin the middle of this line!");
</script>
</head>
<body>
</body>
</html>
Related examples in the same category