When you submit a form with target set to _blank the new window is
opened and the form is submitted there. The current page is not
refreshed. If you want to see the errors in the original window and
only open a new window you after the input is known to be good then
you have to post back to the sam
Right now I have a form that opens a new window on submit, like this:
The error processing it does is all server side. However, if there is an
error, it will open a new window and show the form's page, including the
errors.
At this point I have duplicate forms, and one shows the error.
I w