PHP Classes

File: act_processEnd.php

Recommend this page to a friend!
  Classes of Vibert Bruno   Process Wait Screen   act_processEnd.php   Download  
File: act_processEnd.php
Role: Auxiliary script
Content type: text/plain
Description: Process finalization
Class: Process Wait Screen
Display wait screens to show during long processes
Author: By
Last change:
Date: 19 years ago
Size: 274 bytes
 

Contents

Class file image Download
<?
if( !$SHOW_DEBUG )
{
?>

<script language=javascript>
    setTimeout( "top.location.replace('<?=$GOTO?>')", 0 );
</script>

<?
}
else
{

    echo
"<pre><a href=\"$GOTO\" target=_top>Process terminated, continue to <b>$GOTO</b></a></pre>";
   
}

die();
?>