Mega Code Archive

 
Categories / JavaScript Tutorial / Dialogs
 

Add quotation marks to alert box

< html> <head> <title>A Simple Page</title> <script language="JavaScript"> <!-- alert("\"That wasn\'t how it was at all!\" she said."); //  --> </script> </head> <body> </body> </html>