Hi Guys,
Hope you are all ok.
So, i am trying to add hyperlink in my popup, for link i use image directory which is shared folder, so my images link looks like: K:\gwp-gis\operator.jpg;
Code for popup i use is this:
<SPAN class="keyword token">var</SPAN> Wapopup <SPAN class="operator token">=</SPAN> <SPAN class="punctuation token">{</SPAN>
title<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"Holes"</SPAN><SPAN class="punctuation token">,</SPAN>
content<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"<b>My hole</b><br>"</SPAN> <SPAN class="operator token">+</SPAN>
<SPAN class="string token">"<a href={fotosuraTi}>Images</a>"</SPAN>
<SPAN class="punctuation token">}</SPAN><SPAN class="punctuation token">;</SPAN>
<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>For internet link it works, but for shared folder it does not.
Any help please.
Thanks in advance