Webmaster Mbtradingco wrote:

> Hi, I have a form, that I need to control the parameters in the _blank 
> target once it is submitted.
> 
>  
> 
> Everything works, fine except the client wants the result of the poll in 
> a popup window, and I am not able to control the parameters on the new 
> window.
> 
>  
> 
> Can any one help me with this? Thanks.
> 
>  
> 
> E
> 

you are trying to use a server side language to do a client side task. 
You have two choices, write the form in javascript and pass it to the 
new window or use something like a cookie or database to collect and 
pass on the information to the page that resides in the window.

Gary



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

Reply via email to