Forum Moderators: open
Does anyone knows a way to validate if the page exists and if it does not, the something else get displayed on it?
The thing is, I will display a page to my users that will load the name of a page (which lives in a different server) but my app can not guarantee that it will exists. But, this other page is not loading via the HTTP protocol but through a file system protocol in IE, this is, the page is in a Network Drive.
I've tested the behavior of this case on IE6 and it will not generate any kind of problem, but the problem comes in IE7.
Anyways I have not been able to work this around since my app cannot control anything beyond the server where it lives, so I leave it up to IE to grab the file and show it.
Thanks!