> Try to use javascript:
>
> <script language="JavaScript">
> x = window.open("mailto:<?php echo $mailaddress ?>", "Site");
> </script>
>
> It's easy to combine it with PHP to count the send mails.
>

In order to do the mail counter using javascript above, how would that work?
What is "Site" for? and Does this script execute when people click on the
link to send mail or something?
Jack
[EMAIL PROTECTED]
"Love your enemies, it will drive them nuts"
----- Original Message -----
From: Jorg Krause <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 17, 2001 2:53 AM
Subject: RE: [PHP] email counter


> Hi,
>
> > Brian White [mailto:[EMAIL PROTECTED]] wrote on Tuesday, July 17,
2001
> 5:52 AM
> > To: Jack; [EMAIL PROTECTED]
> > Subject: Re: [PHP] email counter
> >
> >
> > How about changing link to
> >
> > <a href="mymailer.php?[EMAIL PROTECTED]"> Big George </a>
> >
> > Where mymailer.php is something like
> >
> > <?php
> > /*
> >     Do whatever it is you need to do with $email
> >   */
> >
> >     header("Location: mailto:$email"; );
> >
> > ?>
> >
>
> Works, but changes the previous open window into a empty sheet
> and displays "mailto:[EMAIL PROTECTED]";, so the old page
> disappears (the user has to click the back button). I think this
> solution is not really good for common usage.
>
> Try to use javascript:
>
> <script language="JavaScript">
> x = window.open("mailto:<?php echo $mailaddress ?>", "Site");
> </script>
>
> It's easy to combine it with PHP to count the send mails.
>
> Joerg
> www.php.comzept.de
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to