Archive

Posts Tagged ‘Base Href’

Lotus Notes Web Using A Base Href

In Lotus Notes Web, You’re probably familiar with the famous formula:
@ReplaceSubstring(@Subset(@DbName; -1); “\\” : ” “; “/” : “+”)
which will take the path to the current database and make it “browser-friendly”.

After getting sick of adding this to every single link and image tag that needed it, we decided there had to be a better way.
Read more…

Viewed 7989 times by 1938 viewers