More than one Javascript Library in header

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

Subject: Use the HTML Head Content

Try putting your code in the ‘HTML Head Content’ of the form and see if it works correctly then.

Alex

Subject: it works !

Hi Alex,

now it works. I have forgotten to put the contenttype of the lib to text/javasript in the page properties in domino designer.

Thanks

Uwe

Subject: Great! Thanks for letting me know.