I'm kind of new to this. But I'm currently reworking an old HTML page used internally to access files over a network share due to Internet Explorer running towards end of life. In IE we were able to open files on a network share linked through the HTML with the users current default program.
This was accomplished by defining the link and adding target="_blank". IE then opened the link locally on the persons computer.
Now when we switch to edge it opens in a new tab or window. Is there any way to make PDF files, Word files or others open with their current default application?
Could you for instance call the program and use it to open a certain file?