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和邮件功能来提醒我们。
我没有页面我只能提醒而不是弹出,我必须包含邮件功能