This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
This is probably way too old a reply to help you, but I just tripped over this too :) When you enable the Javascript control, Domino adds the following to the top of the html, above any HTML Header entries you can add:
Dojo will only initialize once, which means that your <script> block later on is going to get ignored, and the parseOnLoad variable will be set to false. You have to compensate by doing what parseOnLoad:true was doing for you before: