But this code works for me in the FORM_OnInit() function:
var jq = document.createElement('script'); jq.type = 'text/javascript'; jq.src = 'http://yourserver/lawson/portal/theme/jquery.min.js'; document.getElementsByTagName('head')[0].appendChild(jq); }