|
Element "Script " <script> |
|
|
The Script element is used to insert Javascripts into the container elements. With a script element you can use an external script file, an embedded script or both. External Javascript You can have external Javascript files with extension *.js and you can link them to a page. Embedded Javascript Generally they are smaller in size and therefore they are placed inside the HTML page. You can directly enter the Javascript code with the Javascript editor provided.
Additionally you can used CScript and XSL Functions in Embedded Javascripts. Sequence This property specifies the linking order of the external or embedded Javascript defined with this element
See:
|