Hallo zusammen
kann mir da jemand helfen in meinem Script. Wie kriege ich es hin, dass beim klick auf den Link sich das Mailprogramm öffnet?
Angezeigt wird alles korrekt. Nur beim Klick öffnet sich ein Browserfenster und nicht das Mailprogramm. Komme einfach nicht weiter
kann mir da jemand helfen in meinem Script. Wie kriege ich es hin, dass beim klick auf den Link sich das Mailprogramm öffnet?
PHP-Code:
echo"<td nowrap>"; ?>
<a href="JavaScript:void()"
onMouseOver="overlib ('<?php echo "<table border=`0`><tr valign=`top`><td rowspan=`4` colspan=`1` width=`30%`>
<img alt=`kein Bild` src=`http://adsrootadim.int.xxxx.ch/xxx/xxx/".substr($row2[MANR],1).".jpg`></td>
<td height=`10%` nowrap valign=`top` width=`20%`>Tel</td><td height=`10%` valign=`top` nowrap width=`50%`>".$row2[Tel]."</td></tr>
<tr><td valign=`top` height=`10%` width=`20%` nowrap>Büro</td><td valign=`top` height=`10%` width=`50%` nowrap>".$row2[Office]."</td></tr>
<tr><td height=`30%`></td><td height=`25px`></td></tr><tr><td colspan=`2` height=`10%` valign=`top` width=`70%` >".$row2[Email]."</td>
</tr></table>";
?>',WIDTH,'150',FGCOLOR, '#efefef', BGCOLOR, '#3399cc',CAPTION, '<?= $row2[Name]." ".$row2[vorname] ?>');" onmouseout="return nd();"
<? echo " target='_blank' href='mailto:".$row2[Email]."'>".$row2[vorname].". ".htmlentities($row2[Name])."</td></tr></a>";
Kommentar