|   | ![[ Previous ]](navbprev.gif)  ![[ Contents ]](navbhome.gif)  ![[ Index ]](navbhelp.gif)  ![[ Next ]](navbnext.gif)  | 
    void Ns_RegisterReturn (
    int status, 
    char* url
    );
Associate a URL with a return status (for custom error pages). For exmaple:
Ns_RegisterReturn(404, "http://www.foo.com/notfound.html");
will send redirects to http://www.foo.com/notfound.html whenever a 404 error is to be returned.