Can we set Domino to generate https links into hotspots created in the Notes client?

We have a document library that users maintain through the Notes client.

They often create hotspot links selecting some text and then create “link hotspot” while having a document in the clipboard, so the hotspot is created with the doclink.

Once on the web, these hotspots are converted to URLs. That is fine, but we are on an intranet that is full https, so when we open content from these links, we get a warning from the browser as the page contains unsecured data …

Is there a way to tell Docmino to generate the web links using https instead of http?

Thanks a lot,

Ben

Subject: Use Javascript

You could use Javascript to modify the URL on page load, or even on teh fly when the user clicks on it.

I blogged about something similar a while back, using jQuery:

http://blog.texasswede.com/replace-images-on-web-page-using-jquery/

You should be able to use that code as a starting point, just search through all anchor links and modify the URL it points to.