Re: opening a new page from php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



PHP can not open a new window on its own. You have couple of other options:

- use <form ... target="_blank" ...> HTML tag to force the post to occur on a new window
- use _javascript_ to open a window based on specific width/height specifications (if that is what you need)

On Thu, Aug 6, 2020 at 3:51 AM Narcis Garcia via php-general <php-general@xxxxxxxxxxxxx> wrote:
I suppose that "submit" button must be pressed to POST data passes to
'action' page.
The only ways I know to this form button is pressed are:
a) User (visitor) presses button
b) A _javascript_ command presses button


Narcis Garcia

__________
I'm using this dedicated address because personal addresses aren't
masked enough at this mail public archive. Public archive administrator
should fix this against automated addresses collectors.
El 6/8/20 a les 9:03, Fernando Fiore ha escrit:
> how do i open a new page from php with POST arguments?
> thanks in advance;

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux