Hi,
I can see two ways:
1) In the subtemplate, you can move your <script> element from the <head> element to a place before the <form> element.
Thus, the script is still available and it is taken by TBS with the subtemplate.
2) You can let the <script> element in the <head> element of the subtemplate, but you tell TBS to get it with the subtemplate:
[onload;file=header.htm;getbody=(script)+body] |
This is working only if you have no <script> element in the <body>. otherwise TBS will duplicate them. This is a a bug still existing in version 3.5.3.