[jQuery] AJAX GET error if file does not exist?

[jQuery] AJAX GET error if file does not exist?


I'm creating a client side application using JQuery. It's wildly
inefficient but unfortunately it's the cards I've been dealt on this
one.
I'm looking to get a page using either $AJAX or $GET. I'm able to get
pages just fine if the file exists. If the file does not exist I get
a permission denied error in IE. Is there anyway to get around that
IE message if a file does not exist? I tried using ajaxError but that
still threw the IE error. Thanks.