Open link from attributes

617
2
Jump to solution
04-29-2020 09:20 AM
Vakhtang_Zubiashvili
Occasional Contributor III

Hi guys,

I have layer which has one field "Images" and in this field i have image links from my shared folder (e.g.  K:\images\image_1.jpg). 

How can i open this image in popup or in other window? I tried use  <img src='{Images}'>, also  make DIV in popupTemplate to have clickable content , but have no success. 

Any ideas and help please/

Thank you in advance

0 Kudos
1 Solution

Accepted Solutions
VictorCoelho
New Contributor III

Hi,

I wonder if you already tried the steps described on this article: How To: Add an image at the top of pop-up windows in ArcGIS Online 

View solution in original post

2 Replies
VictorTey
Esri Contributor

Hi, not sure what you mean but are you referring to using it as a link?

HTML a target Attribute 

<a href="http link to your image" target="_blank">Image</a>

Just note that if you want to share that image, it needs to be hosted on a web server so that it can be accessed via http/https

0 Kudos
VictorCoelho
New Contributor III

Hi,

I wonder if you already tried the steps described on this article: How To: Add an image at the top of pop-up windows in ArcGIS Online