Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

groupwise and mailto tags containing a url

Status
Not open for further replies.

KCWMS

MIS
Mar 25, 2004
38
US
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)

Code:
   <SCRIPT>
document.write('<A ID="mail_link" HREF="mailto:
<%= REQUEST("mail_to_tag") %>
&body=' + escape(document.location.href) + '">
Send report to&nbsp;<%= REQUEST("email_to") %></A>')
   </SCRIPT>
which evaluates to ...
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
 
ok, the code you posted is javascript, with a question about groupwise.
Did you happen to notice that this is the ASP forum?


Groupwise forum12
javascript forum216
email issues forum605




Chris.

Indifference will be the downfall of mankind, but who cares?
A website that proves the cobblers kids adage.
Nightclub counting systems

So long, and thanks for all the fish.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top