0
votes

I have a document created in Lotus Notes client, with a RTF field. In that field I created a link hotspot in it that has to open a document in a shared unit of my net. It works fine when I click from Lotus Notes client. But when I open the same document using an XPages it doesn't work. When I click from XPages it do anything. Of course when I try open from XPages I have access to that shared unit.

tks, XPages link

1

1 Answers

1
votes

For security reasons the browser rejects the file:// URL.

In Google Chrome you can allow file URLs if Chrome is starsted with a special parameter.

Internet Explorer rejects the file URLs for certain security zones.

Firefox rejects the file URLs too.