2
I am developing a project where I need to replace an image with a certain text when it is not loading.
Example: If the image does not click, display a message stating that the image could not be downloaded. Is this possible? My image is emerging within a RichTextBox
, together with text.
In this case you want something that is done directly with VB.net or this check can be in Javascript for example?
– Luiz Picolo
Preferably it would be something to do in VB.net code, but if there is a solution in Javascript that allows me to put the code in operation, it will also serve
– Filipe Vilhena