Hyperlink from database using Shared Folder

538
1
Jump to solution
06-30-2020 03:13 AM
Vakhtang_Zubiashvili
Occasional Contributor III

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

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

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.

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

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.