"ML" <> wrote:
>I have a form and I want to POST data from it to PHP doc which will be
>opened in new window.
All the reasons why opening a new window is a bad idea apply for form
submissions just as much as they do for links.
>How should the syntax look like:
>
><input type=submit value= ??? >
<form action="whatever.php" method="post" target="_blank">
<input ...>
<input ...>
</form>
>I have tried javasript here but it did not work.
Often the cae.
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <> <http://steve.pugh.net/>
|