Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

<html> <head> <script type="text/javascript"> function displaymessage() { alert("Hello World!

"); } </script> </head> <body> <form> <input type="button" value="Click me!" onclick="displaymessage()" /> </form> </body> </html>

You might also like