Login   Register  
PHP Classes
elePHPant
Icontem

File: act_processEnd.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2004-05-11 08:38
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();
?>