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