I have stored some own Javascript libs in pages.
With the $$htmlhead Field it is possible to integrate in into a form, everything works:
“<script type="text/javascript" src="” + dbpath + “/jslib1.js">”
But when i’m adding a second one, the second one will not work:
“<script type="text/javascript" src="” + dbpath + "/jslib1.js">
"In the browser it appears within the source code, but i can’t call any functions in it.
How can i achive to use more than one library ?
Thanks
Uwe