mailto: Opens a browser-windows in the background !

suppertrupper

New Member
hi
we placed an e-mailadress /// a <a href="[email protected]">Text</a> in a html mail
klick on the mail-link, a browser-window opens in the background ?

is this necessarily for the statistic-tool ?

thanks for any input's
 

suppertrupper

New Member
sorry about my english, will try again:

we liked to sent a e-mail which has a active mail-link in the text so that the recipients only needs to klick on it.

we send the following html mail with a
<a href="mailto:[email protected]" Syntax in the code.

it works everything great, but at the moment the recipient klick on [email protected] opens additionally to the mail-client/new mail, a browser windows in Explorer/Safari
Explorer keeps a page with the Path to the server where mlm is running, Safari lets open a blank page !!

this behavior occurs only when the Statistic for the mail-dispatch is set.


is there a other way to get a ''active mail-link ''

thank you for helping



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>TBS Identity</title>
</style>
</head>
<body style="background-color: #FFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;">
<style type="text/css">
<!--

a:link {
color: #000;
text-decoration:underline;
}
a:visited {
color: #000;
text-decoration:none;
}
a:hover {
color: #6F6F6F;
text-decoration:none;
}
-->
</style><table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="570" style="font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height:14px; padding:5px 0 5px 30px;"><p style="color:#666666;">Der Newsletter wird nicht angezeigt? Klicken Sie <a href="http://www.xxx-yyy-zzz.ch" target="_blank">hier</a> um zur Browserversion zu gelangen.</p></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15" bgcolor="#a7a7a7"></td>
</tr>
<tr>
<td bgcolor="#f2f2f2" height="45"><img src="http://www.xxx-yyy-zzz.ch/fileadmin/templates/images_newsmail_nas/bildstreifen.png" width="470" height="45" alt="TBS" /></td>
</tr>
</table>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="570" style="padding:40px 0 60px 30px; text-align:right;"><img src="http://www.xxx-yyy-zzz.ch/fileadmin/templates/images_newsmail/mail_logo.gif" width="225" height="45" alt="TBS" /></td>
</tr>
<tr>
<td width="570" style="font-family: Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; font-weight:normal; color:#000000; padding:0 0 120px 30px;"><p>Omnihic tota nienim nimusa volupta veles vere pre evenduc imusani non parit, sinvel ium, etur, evellab inctemq uasinve lestrum ex es enimi, intiuri inctur sequi arum quas aut mo volupit ectatum accume velest delitas am, sapel isquiat.<br />
.<br />
Niet quia doloribuscia sitatur rem quae vel idendest aut liquametur seque que vitate pa debite pro et es magnit, quisto eiunt eictotas sitatem voluptat modia ab ium, vidi opta si dendit landaeritium vellest audis mo cus mint qui tem. Nam erum nihicipiet occaest quo eatiam doloritatias magnihil ium et eruntibus, assenec eressimusa aut la doluptam, sum nullorum am volut unt lant et quo quid et aut repudam, int quibusto veliciam asperspe por sincto bero ommos as ni aut fuga. Us adis alitas ped mosapicte et quatur reperro int volupti aspeles trunten imolupt atibus, aut fuga. Is reratatem aut invel ex essus exped ere perum quis estem faciam fuga. Itatectem nones id magnis mo to temossit, am as receperum que pa id modita que conserro cum, quam quae volupta sinverferunt officab oribus derovid ernatusam solorum autatur, quis id moloreratur?</p>
<p>Freundliche Gr&uuml;sse<br />
</p>
<p><a href="mailto:[email protected]">[email protected]</a>&emsp;|&emsp;<a href="http://www.xxx-yyy-zzz.ch" target="_blank" >www.xxx-yyy-zzz.ch</a></p></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="570" style="background-color:#a7a7a7; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:14px; color:#FFFFFF; padding:30px 0 32px 30px;">&copy; 2012 </td>
</tr>
</table>
</body>
</html>
 

stanbusk

Administrator
Staff member
Yes, create a page on your web for the user to contact you. I believe it is much better than a mailto link. You will find examples of that here.
 

suppertrupper

New Member
we don't want a page with a contact form !

we need the mail-address in the mail-content and by klick on it, a new mail-windows would open ( it does ) without a blank browser windows in the background.

the html code I post is like we place it in the max-bulkmailer
the recipient gat the mail as a html-mail with formatted text and images and the text [email protected] in the text.

sending the mail without mlm statistic works, the recipient by klick on [email protected] will gat a new mail-window with the address [email protected] placed without open a browser-windos in the background.

sending with mlm statistic on it's open a browser Windows in the background, before open the mail-client …
this is a behaviour we don't like

any idea ?
 

stanbusk

Administrator
Staff member
So deactivate MLM tracking. What you ask is not possible. Let's see, either MLM tracking is activated, you get that blank page and tracking *or* you deactivate MLM tracking, you no longer have that page but sorry, no tracking either. Now, if you have a form as I recommend you you will have tracking, no blank page and a professional look and feel.

The explanation of that blank page is that tracking is done thru your web server so to track a mailto click that page has to be opened.
 
Top