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:
var Wapopup = {
title: "Holes",
content: "<b>My hole</b><br>" +
"<a href={fotosuraTi}>Images</a>"
};
For internet link it works, but for shared folder it does not.
Any help please.
Thanks in advance
Solved! Go to Solution.
Vakhtang,
In today's world of higher internet security using a shared folder as a hyperlink is NOT an option browsers do not support this. You will have to setup a virtual directory in IIS (if that is you web server) and get an actual url to use in your hyperlink.
Vakhtang,
In today's world of higher internet security using a shared folder as a hyperlink is NOT an option browsers do not support this. You will have to setup a virtual directory in IIS (if that is you web server) and get an actual url to use in your hyperlink.