In Domino 5 I have a code for showing pictures on web in a view. This code does not work in Domino 6. Instead of the picuture I got this square with a red cross… ¨
What’s wrong with my code since it does not work in 6?
The view contains this code who is used to show the picture i the view on web:
Subject: Simple troubleshooting (WAS: Script for showing pictures in a web-view)
Whenever this happens, right-click on the image and grab its properties in the browser. This will indicate what the full path to the image is, and will therefore give you a clue as to where the error is arising.
You do seem to have a lot of complex Javascript in there for something as simple as displaying an image…