Currently we are migrating some of our R5 apps to R6. The new section expand/collapse javascript function (_dSectionExpand) causes some problems in other javascript functions of the web form. We would like to use the R4/R5 way to render sections (ie round trip to the server). Is it possible to disable the javascript function that expands/collapses sections?
Subject: Disable javascript
You can always deselect the Database Property “Use Javascript when generating pages”. You’d have to fix or remove anything else that relied upon Domino-generated js but your own js would still run.
Subject: RE: Disable javascript
The “Use JavaScript when generating pages” database property has not been enabled when hosted on the R5 or R6.5 environment. Thanks for the suggestion anyway.