| ||||||||||
This action allows you to reference external JavaScript files within Freeway and for you to get Freeway to upload them for you. It is intended for people who are comfortable writing and using JavaScript on their pages and want a way to upload these files. So if you are using external JavaScript libraries, whether written by yourself or by a 3rd party, and you want the files to be uploaded with the following tag added, then this action will handle it for you: <script src="library.js" language="JavaScript"> The action is applied to the page and lets you specify up to five different JavaScript files to upload. When you have selected a file, two new parameters appear:
language="JavaScript" However by changing this field you can set this to be, for example, JavaScript 1.1 Where - Allows you to set where the JavaScript will be added on the page. There are the following options: before /HEAD - before the </head> tag after BODY - after the <body> tag, but before any of the items on the Freeway Page. Before /BODY - before the </body> tag, and after all the items on the Freeway Page.
| ||