Posted by Michel Angelo on 09/28/38 11:43
Hi All!
While the following works just fine with Firefox, it doesn't with Internet
Explorer:
if ($action == "view") {
$pass_id = $row[$this->IDfield];
if (isset($_GET["id"])){
$passw= $_GET["id"];
$this->passw = $passw;
}
$url = "appdetail.php?id=".$passw;
$delay = "0";
echo '<meta http-equiv="refresh"
content="'.$delay.';url='.$url.'">';
}
Why?
And more importantly, how to fix it ?
Thank you !
Navigation:
[Reply to this message]
|