gpt4 book ai didi

javascript - 使用脚本的甜蜜警报成功按钮错误

转载 作者:行者123 更新时间:2023-12-03 02:58:47 24 4
gpt4 key购买 nike

我一直在尝试在我的表单中使用这个名为“Sweet Alert”的脚本,因为我希望我的网站具有漂亮的外观。问题是,当我想登录时,我的名为 validar.php 的文档可以正常识别用户和密码,但它不会重定向到其他页面。

我已经在程序开始时添加了这些“Sweet Alert”库。

 if($f3=mysqli_fetch_assoc($sql3))
{
if($pass==$f2['contraAdmin'] && $administrador==$f3['tipoUsuario'])
{
echo "<script>
swal({
title: 'Acceso',
text: '¡Bienvenido Administrador!',
type: 'success',
confirmButtonText: 'Aceptar',
showLoaderOnConfirm: true, },
function(){
location.href = 'RegistroEmp.php';

});
</script>";


}

因此,当我使用脚本警报时,它工作得很好。

 echo '<script>alert("Welcome Admin")</script> ';

echo "<script>location.href='RegistroEmp.php'</script>";

谢谢。我希望你可以帮助我。问候!

最佳答案

这很有用

swal({
title: 'Acceso',
text: "¡Bienvenido Administrador!",
type: 'success',
showCancelButton: true,
confirmButtonText: 'Aceptar'
}).then(function(){
location.href='RegistroEmp.php'
})

关于javascript - 使用脚本的甜蜜警报成功按钮错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47500820/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com