Mega Code Archive

 
Categories / JavaScript Tutorial / Language Basics
 

Mix simple code with HTML

< html> <head> <title>A Simple Page</title> <script language="JavaScript"> <!-- //  --> </script> </head> <body> <p onclick="prompt('How many do you want','Enter quantity');">Click here to specify quantity</p> </body> </html>