Hi,
die Weiterleitung funkt bei mir unter firefox und ie nicht.
Hier der Code:
<?php error_reporting(0); ?>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<?php
// put your code here
session_start();
echo "<center><h2>Erfolgreich abgemeldet</h2></center>";
session_destroy();
?>
<script>
setTimeout();
setTimeout(function () {
window.location.href = "index.php"; //will redirect to your blog page (an ex: blog.html)
}, 2000);
</script>
<?php
// header("Refresh: 3; url=login.php");
?>
</body>
</html>
Weiss da einer, was man da machen kann? Unter Safari läuft das super!
LG
die Weiterleitung funkt bei mir unter firefox und ie nicht.
Hier der Code:
<?php error_reporting(0); ?>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<?php
// put your code here
session_start();
echo "<center><h2>Erfolgreich abgemeldet</h2></center>";
session_destroy();
?>
<script>
setTimeout();
setTimeout(function () {
window.location.href = "index.php"; //will redirect to your blog page (an ex: blog.html)
}, 2000);
</script>
<?php
// header("Refresh: 3; url=login.php");
?>
</body>
</html>
Weiss da einer, was man da machen kann? Unter Safari läuft das super!
LG