This method submits the form to the newly opened page, the original page
remains intact, hope this is what you wanted

"Bb" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> <script>
>   var winImg =
> window.open('','myDoc','scrollbars=no,resizable=no,width=600,height=350');
>   document.forms[1].target = "myDoc";
>   document.forms[1].submit();
> </script>
>
> "Dan Rossi" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > adding to my last question i'm needing to send the variables to a popup
> > without actually sending the form how can i do this ?
> >
> >
>
>



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to