I figured out where the URL is being generated from and fixed the problem by adding "?open" to the name of the js file in the script tag. See the image
Any idea where in the source files? I did a search through the files and do not find a URL being generated to that file.
It displays the js file as expected. I believe it is the syntax the Domino server requires. For instance this format is not allowed "url?=123" but this is "url?open&=123". Can you tell me where this URL is being generated and I can try to fix the URL formation there?
That URL does not work