|
<html> <script type="text/javascript"> </head> <form> <p>By pressing the button, a function with an argument will be called. The function will alert </body>
|
|
<html> <body> <input type="button" <input type="button"
</body>
|
|
<html> <script type="text/javascript"> </head> <script type="text/javascript"> <p>The script in the body section calls a function.</p> <p>The function returns a text.</p> </body>
|
|
<html> <body>
|