using GroupWise 6.02
The following mailto tag works correctly when the default e-mail program is set to Outlook Express but becomes a mailto link (clicking on the link opens a new mail message addressed to the url instead of opening a browser with the url) when my default e-mail program is set to GroupWise.
The corporate program is GroupWise so I have to use it. Anyone have any experience with GW that could help out here?
Thanks in advance. The following code is created dynamically with asp (formatted for legibility)
which evaluates to ...
The following mailto tag works correctly when the default e-mail program is set to Outlook Express but becomes a mailto link (clicking on the link opens a new mail message addressed to the url instead of opening a browser with the url) when my default e-mail program is set to GroupWise.
The corporate program is GroupWise so I have to use it. Anyone have any experience with GW that could help out here?
Thanks in advance. The following code is created dynamically with asp (formatted for legibility)
Code:
<SCRIPT>
document.write('<A ID="mail_link" HREF="mailto:
<%= REQUEST("mail_to_tag") %>
&body=' + escape(document.location.href) + '">
Send report to <%= REQUEST("email_to") %></A>')
</SCRIPT>
Code:
mailto:kcwms@nowway.com
?subject=Year 2003 -Year 2004 Activity Report
&cc=&bcc=
&body=http%3A//csdevpc01xp/Project7207_Legal_DB
/reports/activities_report.asp%3FddlApps%3Dall
%26ddlRangeType%3Dyy%26txtFrom%3D2003%26txtTo
%3D2004%26from_year%3D%26to_year%3D%26Submit
%3D-Run+Report-%26email%3Demail%26apps
%3Dforeclosures%252Cgarnishments%252Clawsuits
%252Csubpoenas%252C%26mail_to_tag%3Dkcwms@nowway.com
%253Fsubject%253DYear+2003+-Year+2004++Activity+Report
%2526cc%253D%2526bcc%253D%26email_subject
%3DYear+2003+-Year+2004++Activity+Report
%26email_to%3Dkcwms@nowway.com%26email_cc%3D%26email_bc%3D