Overview
The Javascript (Text) User Item adds Javascript text to the current page.
Properties
Title
The Title property identifies the User Item in the User Items list. The Title has no other purpose for this User Item.
Enabled
See Enabled in the Common Properties section of the User Items help page.
Text
Enter the Javascript source code that you want to add to the page in the Text textbox.
Script Location
Use the Script Location property to indicate where the text should be inserted in the page HTML:
- Head
- The text will be inserted in the HEAD element of the page. This is usually not the best choice, and should be used only when the script will not work properly if inserted at the end of the BODY element.
- Body
- The text will be inserted at the end of the BODY element of the page. This is usually the best choice. It ensures that the script will not execute until the content elements have been loaded by the browser.
Copyright © 2025 by
John Cardinal