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
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
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
>
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
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
> 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
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
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:
8 matches
Mail list logo