possible to import extra js file at child form?

Hi Bruno ,


if i have an index.html which load the main js library at <head> and also some other JS before end body tag ,</body>. 

Is that possible that my child form , which contain only the <div> , that TMS WEBCORE is possible to help to inject extra JS during page initialization ? 

You will need to programmatically create a SCRIPT element.

el := document.createElement('SCRIPT');

See also:
https://stackoverflow.com/questions/9413737/how-to-append-script-script-in-javascript