• 删除条目时的确认对话框


    <td>
        <a href="/mem/edit_ppt/<?php echo $id;?>" >编辑</a>  
        <a href="javascript:;" onclick="if(confirm('您确定删除这条记录?')){location.href='/mem/del_ppt/<?php echo $id;?>';}" >删除</a>
    </td>


    注:php脚本中假设使用header('Location: /member/life/shop/');进行重定向的话,我想先输出提示信息再进行页面跳转的话,用header()无法实现(这个函数之前不能有不论什么输出),此时也能够用js来实现:echo "<script>alert('操作成功!');location.href='/member/life/add_shop/';</script>";

    假设alert输出的是乱码,要先确认文件的编码格式,然后在echo之前加上:header("Content-Type: text/html; charset=utf-8");

  • 相关阅读:
    Grandpa's Estate
    The Fortified Forest
    Scrambled Polygon
    Wall
    激情的大三
    无聊的大二
    美好的大一
    高精度 加减乘
    Erasing Edges
    git放弃修改&放弃增加文件
  • 原文地址:https://www.cnblogs.com/mengfanrong/p/4284261.html
Copyright © 2020-2023  润新知