Mega Code Archive

 
Categories / JavaScript Tutorial / Dialogs
 

Add a tab to alert box (IE)

< html> <head> <title>A Simple Page</title> <script language="JavaScript"> <!-- alert("This line has a tab\there"); //  --> </script> </head> <body> </body> </html>