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>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
|