Anyone have a quick javascript that will check to see if a file exists? I can do this easily in ASP, however this is for a static HTML page. Any tips?
I need this to see if a file exists on a server, and to show it if it does, and if not , to show an image saying 'no image available' or something.