如何将href标签提供给分配给javascript的p标签如何在点击href时提供邮件功能?

时间:2015-12-14 12:36:07

标签: javascript jquery

function incorrectAuthentication() {

     var msg = "Please click the BACK button to return to the log-in screen. If you see the incorrect Personal Message after a second log-in attempt please contact  " + ' <a href="#"> info@hayscompanies.com </a> ' + " for assistance.";
    alert(msg);
    return false;
}

显示包含href的所有文本。 我给了警报的屏幕截图。 如何通过点击“info@hayscompanies.com”提供href和邮件功能来提醒我们。

enter image description here

我没有页面我只能提醒而不是弹出,我必须包含邮件功能

0 个答案:

没有答案
相关问题