Adding a script
Add a script to a Web page with one of the following methods:
•
Set the
SRC
attribute to link in the
<script>
tag.
•
Insert the
<script>
tag in a
<head>
or
<body>
element of an HTML document.
For more information on HTML documents and forms, refer to
http://www.w3.org/TR/REC-html40/interact/scripts.html
.
Related Links
JavaScript support (Parent Topic)