Hi I need help to find a way to trap failed links to pages which have been deleted. Bad links normally show a Web page with title Cannot Find Server - which seems to be an IE 5 generated page. I want to be able to either substitute my own page or trap the error and redirect back to a good page.
I have to do this WITHOUT using perl or cgi as it needs to be client side only and its got to work in ie4+ 5+ and 5.5+. I have looked at the html "onerror" event but thats only good for bad scripts not missing files.
Any ideas please.
I have to do this WITHOUT using perl or cgi as it needs to be client side only and its got to work in ie4+ 5+ and 5.5+. I have looked at the html "onerror" event but thats only good for bad scripts not missing files.
Any ideas please.