Void addDocumentScripting(HTMLDocument doc, String scripturi)
Arguments
doc: The HTML documentscripturi: The location of the Javascript file.
Usage
Adds an external script to the document. This script will define functions which may then be called using the onX event handler attributes for various elements in the document.