Thomas,

If using JavaScript to open the window, then php is not going to be able 
to transfer variables as it is not being used. As you form is not being 
submitted (you intercepted it with a JavaScript call, right?) then you 
need to transfer them manually by getting the JavaScript to add the 
variables to the end of the url as GET data.

If I have this wrong (and I've had to make some assumptions) then please 
show us some code.

HTH
Chris

Thomas Edison Jr. wrote:

>Hi,
>
>When i press the Submit button, i would like it to
>open in a new Javascript Windows with well-defined
>characteristics like size, width etc. 
>
>I create a window.open function and gave the name of
>my PHP page .. but the Form Variables are not passing
>into it.. 
>
>Thanks,
>T. Edison Jr.
>
>
>
>=====
>Rahul S. Johari (Director)
>******************************************
>Abraxas Technologies Inc.
>Homepage : http://www.abraxastech.com
>Email : [EMAIL PROTECTED]
>Tel : 91-4546512/4522124
>*******************************************
>
>__________________________________________________
>Do You Yahoo!?
>Sign up for SBC Yahoo! Dial - First Month Free
>http://sbc.yahoo.com
>



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

Reply via email to