Hi Folks,
There appears to be a problem in Add Notes.
To allow a user to get the geographical coordinates of a location, in my application I have a Note field that contains a Google Maps image and the following code:
<a href="https://maps.google.co.nz/?ll=-41.343825,174.089355&spn=14.262413,33.815918&t=m&z=6" target="_blank"><img src="http://www.precisionhelicopters.com/images/site/googlemaps1.png"></a>
Until recently, a click on the image nicely opened Google Maps in another browser tab, but now it opens in the same window with the result that the data entered in the form is lost.
It would appear that the
target="_blank" is being ignored which didn't used to happen around a month back.
I have tried a few things like swapping the surrounding double quote marks to single quote marks, but no luck.
Am I missing something perhaps?
/Chris