I have a hotspot resource link in a RT field on a document that should launch a new memo in the Notes client for sending in feedback about the site (app is XPages web-based). It sporadically worked when I set the site to be in the intranet zone & in protected mode, but now it doesn’t work at all. The LN splash screen sometimes pops up in the browser window but nothing happens. Of course, this is IE8 … the link works fine in Firefox3.6. I am logged into the application.
“mailto:firstname.lastname@company?subject=Hello!”
I’ve searched this forum, earlier forums, the web and haven’t found a reason for this misbehaviour (other than the suggestion about the protected mode). Is there a reliable way of getting the “mailto:” to work in IE8?
Or, do I need to build a separate form, XPage & run a scheduled agent just to get a feedback memo to work? Seems a bit heavy-handed.
What have other developers done when they want a feedback / contact us email to be generated?
Thank-you in advance for any direction, suggestions, code.