Re: [PHP] links into DB

2002-09-10 Thread Kevin Stone
September 10, 2002 4:51 AM Subject: [PHP] links into DB > 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 clie

Re: [PHP] links into DB

2002-09-10 Thread Juan Pablo Aqueveque
Oh yeah ...I thought this same, I simply wanted to know if somebody could give a better solution. Thank you for your quick answer Jacob!.. greetings!, --jp At 00:55 11-09-2002 +0800, Jacob Miller wrote: >I don't think its possible to make a normal link open the default email as >mailto: is a

Re: [PHP] links into DB

2002-09-10 Thread Jacob Miller
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 mailto:[EMAIL PROTECTED]';"> - jacob At 18:51 09/10/2002, Juan Pablo Aqueveque

[PHP] links into DB

2002-09-10 Thread Juan Pablo Aqueveque
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 Pa