I am working on xpages project which I want to run in notes client browser not in the any othe browser because this application is not server based application , This application is kind of desktop applicationn with extension .nsf and can be run on notes clients.
In the first case I thoought it needs to hosted on server and then CSJS will work but it wont work that way also.
a simple alert("Hello World"); throws the error, 'An error occurred while updating some of the page. Not enough arguments [insIDE Window.alert] notes'
Is there any specific settings which I am missing in the applcation ?
I have tried the same in notes 10 , notes 9 , but the result is same.
Even partial refreshes workimg not expectedly .