Prompt for specified information and jump to the specified page
WBOYOriginal
2016-07-25 08:47:53821browse
Prompt for specified information and jump to the specified page
//Prompt for specified information and jump to the specified page
function warn($info,$url = ""){
?>
alert("< ?=$info;?>");
if("=$url;?>" != ""){
window.location.href = "=$url;?> ";
}
else history.back();
exit();
}
Copy code
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn