On a page I use:
echo "<script language='javascript'>
newwindow=window.open('send_mail.php','name','height=150,width=250');
</script>";
And i want to send $subject and $message to the popup page... how can i do this?
N.B. The data is too big to fit into the URL