Home > Backend Development > PHP Tutorial > 请问一个php输出js的有关问题

请问一个php输出js的有关问题

WBOY
Release: 2016-06-13 10:22:00
Original
749 people have browsed it

请教一个php输出js的问题
各位朋友帮忙看下 下边的语句js为什么没有输出?

echo "";
header("Location: ../templates/diarymanage.php");

------解决方案--------------------

PHP code
echo "<script language="javascript">alert('分类已存在!');window.location.href='../templates/diarymanage.php';</script>";<div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template