doumao6212 2016-08-13 16:35
浏览 39

Internet Explorer中的上一页重定向

I'm trying to create a php code that writes a file and then goes back to the previous page. This is my code:

<?php
    header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
    header("Cache-Control: post-check=0, pre-check=0", false);
    header("Pragma: no-cache");
    $file = 'data.txt';
    $current = file_get_contents($file);
    $current++;
    file_put_contents($file, $current);
    header("location:javascript://history.go(-1)");
    exit;
?>

When I run it in Google Chrome it works perfectly. But in internet explorer it says:

This page can’t be displayed

Any ideas what to do? I've tried changing many stuff, using another javascript methods to go to the previous page, and php and none of them worked..

P.S. the script does run even when I open it in internet explorer, but when it gets to the redirect part it just displays the error and doesn't redirect.

Live Example:

send.php: http://klh-dev.com/send.php

data.txt: http://klh-dev.com/data.txt

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作