Hi all,

I am a new comer for PHP. now my situation like below,
to express clearly i used some expression instead of
PHP code in below php code:

 if ($need_to_know_your_email) {
    //popup one window to get the user' email
    JavaScript:window.open(leave your email address);
    //then i try to get the $emailaddress from the   
    //popup window , for example as $emailaddress
    echo "your email is $emailaddress\n";
 }

I just do not know whether above code can be
implemented or not, if so, how can i get the email
address from the popup window?

Thanks,
zhunbao



__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

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

Reply via email to