Mega Code Archive

 
Categories / JavaScript Tutorial / Dialogs
 

Start a new line in alert box in IE

< 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>