How to prevent mailto event from opening a new tab in browser

后端 未结 8 1583
一个人的身影
一个人的身影 2021-02-05 02:36

I am using a mailto: filled in JavaScript to send information throughout my web application, but everytime a user presses the Send button, it opens a new t

8条回答
  •  执笔经年
    2021-02-05 03:03

    The window.location.href solution by AmShaegar works pretty well but it caused side effect in a complex application I have been developping.

    I finally came up with this solution one might be interested in:

    $('