Define the simplest function
|
|
<html> <head> <title>A Simple Page</title> <script language="JavaScript"> <!-- function yourMessage() { alert("Your first function!"); } // --> </script> </head> <body>
</body> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
|