Re: [PHP] Opening new browser window

2003-09-19 Thread Brent Baisley
Why use a javascript to create a new window? Any link can be directed to a new window with a simple target=. "Industry" would be the reference name of the window. For instance, if you wanted to refer to it from another window. PHP is server side, all it does is serve up a resulting page to a

Re: [PHP] Opening new browser window

2003-09-19 Thread R'twick Niceorgaw
Rich Fox said the following on 9/19/2003 12:33 PM>> I would like to open a new browser window from within my php script (edit.php), a window in which another php page is run (search.php). search.php should be able to receive $_POST vars etc. from edit.php. I am not sure that the javascript solution

Re: [PHP] Opening new browser window

2003-09-19 Thread Rich Fox
And if you are not in a form? My current code is: where popup is my javascript function. But as I said below, the popup doesn't work as expected and I do not want to use javascript. I can also not be in a form. Suggestions? Rich "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message >

Re: [PHP] Opening new browser window

2003-09-19 Thread Marek Kilimajer
Rich Fox wrote: I would like to open a new browser window from within my php script (edit.php), a window in which another php page is run (search.php). search.php should be able to receive $_POST vars etc. from edit.php. I am not sure that the javascript solution to popup a window is correct, be

[PHP] Opening new browser window

2003-09-19 Thread Rich Fox
I would like to open a new browser window from within my php script (edit.php), a window in which another php page is run (search.php). search.php should be able to receive $_POST vars etc. from edit.php. I am not sure that the javascript solution to popup a window is correct, because then the popu

Re: [PHP] Opening new browser window.

2002-03-13 Thread Erik Price
> Is there anyway that I can open a new browser window in php, like you > are > able to do in JavaScript (window.open()). I have had a look around and > can't > find any information on how this can be done. PHP can't control browser objects like windows. You have to use JavaScript for stuff

RE: [PHP] Opening new browser window.

2002-03-13 Thread Caspar Kennerdale
embed the javascript within the php using echo or print -Original Message- From: Way, Paul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 16:26 To: '[EMAIL PROTECTED]' Subject: [PHP] Opening new browser window. Is there anyway that I can open a new browser win

[PHP] Opening new browser window.

2002-03-13 Thread Way, Paul
Is there anyway that I can open a new browser window in php, like you are able to do in JavaScript (window.open()). I have had a look around and can't find any information on how this can be done. Many thanks. PW.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http: