Problem with email links
Hi all -
I am using RoboHelp v7. I inherited my KB's already set up, but have been maintaining them for a couple of years now. However, we moved from Outlook to Google mail, and users are no longer able to send email from Robo. Note that I am able to send email from any other webpage using my corporate gmail account, having set up my mailto to utilize gmail.
I have email addresses in my KB's in two formats, and tried a third based on a post I read.
- A regular mail to - where I've simply created a link to an email address, such as - "please contact the ECCN Reviewers via email to Eccn PCM-PCMECCN."
with the link set as - mailto:XXXXXXX@motorola.com - A script that was created by the original owner, which contains one line - this always worked previously
document.write("<a href=\"mailto:infomoto@motorola.com?subject=" + "Change request for '"+ document.title + "' page of the MotoPDM Help System\">MotoPDM Help Admin</a>"); - I read Peter's Snippet #38 - Email this topic - and created a new snippet based on what he had - this didn't work either

<p><script type="text/javascript">
var mailSubject = 'Useful Information';
var mailBody = 'This page might help: ' + location.href;
var mailDisplay = 'Click here for a demo.';
document.write(
'<a href="mailto:infomoto@motorola.com'
+ '?subject=' + escape(mailSubject)
+ '&body=' + escape(mailBody)
+ '">' + mailDisplay + '</a>'
);</script></p>
In all three examples above, when I click on an email link, the main page of the KB goes blank, and nothing happens.
If I click on a normal webpage link (such as http://www.swingandblues.com/about.html, Greg Avakian - "swingdj@gmail.com", I generate an email without issue.
I'd appreciate any assistance, I have no idea where to go next.
Thank you,
Anahid Avakian


