So this is all taken care of by the server and it is *not* described
by the document. I really want the brwoser to support it, and it seems
the only way, because the server may time out on a link, may not
be reachable, or whatever, and cannot handle the request at all.
Note that I don't want semi fixed html pages replacing the standard errors
I want flexible replacements as in
<a href="trythis.url" err="if.it.fails.use.this.url">
where the error url could be some friendly document I created, or could
be an alternative site , or whatever I like.
This way I can create context sensitive errormsg's in case something goes wrong
-frans