Notes client xpage in 8.5.1 using javascript to build a table. The ‘onclick’ of each cell uses ‘window.open(url)’ to display a Notes document. Or it would if it worked. Instead I get:-
Since you are using custom JS to dynamically build your HTML, I’m not sure how to assist, but I know use window.open in CSJS on XPages with some frequency, and have since R8.5.1FP2. I’m sure it worked before that, but I didn’t use it on a XPage before that. (grin)
I can confirm that I too am receiving the same error running on 8.5.1 (client and server).
My code is window.open(href,“_blank”,‘toolbar=no,directories=no,location=no,status=yes,menubar=no,resizeable=no,scrollbar=no,width=380,height=250,top=200,left=200’)
EDIT: I have also tried this without the parameter but it made no difference…