I am trying to redirect new window after form auto submission but being blocked by the different browsers' pop-up blockers? without any click event If auto submission happened then how to redirect new window without popup blockers.
<form method = "post" action="securedurl" target="_blank" name="f1">
document.f1.submit()
</form>