Workaround from Lotus Support Mike Brown 23.Oct.03 09:01 AM a Web browser Notes Client 6.0.1Macintosh
Lotus Support have come up with the following workaround to getting Notes URL links to open in Safari.
1. Create an AppleScript with the following code, and save as an Application:
on run URL
tell application "Safari"
activate
open location URL
end tell
end run
2. Set the Note's Web Browser field to "Other", then click on the Torch icon and point it at the compiled AppleScript.
It's a real bodge, but seems to work. The only minor problem is that it opens a new browser window for each Notes link you click. It doesn't "re-use" existing, open browser windows. Personally, I prefer it that way though.