What is the correct way to open a form submit in a new window now target is deprecated

Posted by Evil Andy on Stack Overflow See other posts from Stack Overflow or by Evil Andy
Published on 2010-05-10T08:17:18Z Indexed on 2010/05/10 8:24 UTC
Read the original article Hit count: 196

Filed under:
|
|
|

Normally I would us

<form target="_blank">

But looking through

http://www.w3schools.com/tags/tag_form.asp

I notice the target attribute is deprecated.

So what is the correct XHTML compliant way to perform such an action?

© Stack Overflow or respective owner

Related posts about html

Related posts about XHTML