Submit buttons for context changes (submit)
Changes in context, such as opening a new window or changing focus, are only triggered when the user explicitly activates a submit button.
Form missing submit button:
This form performs a context-changing action but has no visible <button type="submit"> or <input type="submit">. Instead, a link-styled control submits the form through scripting.