I have a R6 Designer and am making changes to a database that has been around since 4.5 and has been updated in every version. Server is running Domino 5.x yet. It seems any of the changes I make to any javascript do not work. I have put in alerts in the code like alert(“Say Hello”; and they do not appear, However they are in the source code.
Subject: Javascript Code Doesn’t Refresh
New to Designer 6? Check the “Client” option for the JavaScript you’re creating. There are now “Client”, “Web” and “Common JavaScript” options.
Subject: Check Web vs Client events
In R6, you can put Javascript code in both the Web and Client placeholders for a particular event.
More than likely, you are updating the Client event and not the Web. Thus no changes are being seen from the Web UI.
- Matt