ASPit - Totally ASP
.
Search PHPit

Use this textbox to search all the content on PHPit. Seperate keywords with a space.

Advertisements
Partners

Javascript Redirect


With this function you can easily redirect to another page, after a certain amount of time (in seconds).

function js_redirect($url, $seconds=5) {
    echo
"\n";

    return
true;
}
?>

Written by Dennis Pallett on April 02, 2004