Hello, can I get an idea how to programmatically submit a form, which opens the returned document in new background tab/window?
Basically this could be done by creating new HTMLFormElement object having target property set to “_blank” and calling submit() method, but the method always takes the focus to the new tab, could it be done that the new tab does not “steal” the focus from current one?