ASPit - Totally ASP JSit - Totally JavaScript
Search PHPit

Use this textbox to search for articles on PHPit. Seperate keywords with a space.

Advertisements

Javascript GoBack

This function can be used to redirect to the previous page, after a certain amount of time (in seconds).

function js_goback($seconds=5) {
    echo 
"\n";
    echo 
"\n";
    echo 
"\n";

    return 
true;
}
?>

Leave a Reply