First a little background: I’m using an ND6 client and our servers are still R5.
If I go in and change some JavaScript code in my ND6 client, save changes, and refresh the browser; the changes are NOT reflected on the WEB. If I go into an R5 client and make the changes, it works fine (changes appear on the web).
Anyone have a clue what is wrong here? Is this problem simply due to the fact that we’re using an R5 client on the server and I’m attempting to make the changes on an ND6 client?
Is there a workaround until we update our servers to ND 6 and I should make my changes in an R5 client environment until the servers are updated?
For Web applications in R5 I strongly encourage you to place all of your code in functions that reside either on a page that’s been declared as HTML or in file attachments to pages. Just place the calls to these functions in the approriate events.
Furthermore R6 distiguishes between JS vor Web and for Notes clients. Where do you put your code when editing in R6? In “Run Web” or in “Run Client”?