gpt4 book ai didi

javascript - 如何在 alertbox 在 php 中关闭后关闭窗口

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:47:30 24 4
gpt4 key购买 nike

我需要在 alertbox 之后关闭窗口,我使用了 Stack Question 中要求的代码但是我的警告框在 php 代码中,我得到了警告框,但是一旦我关闭它,窗口就没有关闭,我是 php 的新手。代码如下,请大家帮帮我

<?php 
$serial_get = trim(str_replace("(","",str_replace(")","",GetVolumeLabel("d"))));
if ($serial_get == '1233-2AZ2'){
}
else{
echo '<script language="javascript">
window.alert("This is not a Licensed Software. Please contact IT Solutions.");
window.close()
</script>'; }?>

最佳答案

您需要 window.open(...) 才能window.close()。您正在使用 window.alert()

请参阅链接中的最佳实践 https://developer.mozilla.org/en-US/docs/Web/API/Window.open

关于javascript - 如何在 alertbox 在 php 中关闭后关闭窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27520257/

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