I want to detect if a script tag (that was dynamically created and added to the DOM) fails to load. The onerror event works, except with file:// URLs in Firefox.
my code is something like this: function func1(){ document.getElementById(\"img\").src=\"pic.jpg\"; ---stament2---;
I use TempData[\"message\"] which internally uses session.... It works for me but when i do a return RedirectToAction(\"Create\"); my other values are not restored because i am redirecting to Create v
[Update. I need to be more precise, I see...] See the following example in javascript: <html> <head>
I\'m trying to implement fire-and-forget on an img src=... call from a web page, and am looking for the most solid method. Why?