I don't think its possible to make a normal link open the default email as mailto: is a special trigger built into the browsers. The only way I can think of would be using javascript in the page.. something like
<body onLoad="document.location='mailto:[EMAIL PROTECTED]';"> </body> - jacob At 18:51 09/10/2002, Juan Pablo Aqueveque wrote: >Hi all, > >I want to do this: >When somebody do click in this url : >http://somehost.somedomain/mailtolinks.php?id=45 >the script 'mailtolinks.php' should open my e-mail client (like >mailto:[EMAIL PROTECTED] sentence) > >Any idea? >thanks > >________________________________________________________ >Juan Pablo Aqueveque <[EMAIL PROTECTED]> >Ingeniero de Sistemas >Departamento de Redes y Comunicaciones http://www.drc.uct.cl >Universidad Católica de Temuco. >Tel:(5645) 205 630 Fax:(5645) 205 628 > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php