hello,

I have a little problem with this kind of script :

<?php
function mailto ($addr) {
     Header ("Location: mailto:$addr";);
}

mailto("[EMAIL PROTECTED]");
?>

When called from an html page, it open correctly un MUA from mailing, but with some browser (mozilla for example), the calling page is still displayed, and with some others (firefox for example), a new blank page is displayed (and I don't want).

Any ideas about the problem ? How to solve it ?

Best regards,

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to