Re: [PHP] Re: Open form in new window

[email protected] (Maciek Sokolewicz)
Newsgroups php.general
Message-ID <CAOr9TyhF3D8-37g4atKEmT+dGpsGTkVE-VyxORJosMQRj6jRLw@mail.gmail.com>
On 4 March 2013 09:32, Terry Ally (Gmail) <[email protected]> wrote:
> You could echo HTML code e.g.
Which is still purely HTML and has nothing whatsoever to do with PHP.

>
> <form action="result.php" method="post">
> Number: <input id="quantity" type="text" />
> <button type="button" onclick="OpenWindow()">Submit</button>
> </form>
>
> or include it as one of your form attributes:
>
> <form action="demo_form.asp" method="get" target="_blank">
>   First name: <input type="text" name="fname"><br>
>   Last name: <input type="text" name="lname"><br>
>   <input type="submit" value="Submit">
> </form>
Again, pure HTML, and no PHP involved. Specifically, the (asp??) page
called in the form action handler will never even be aware of the fact
that the page was opened in a new window, or at least was supposed to.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.