The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
19 views

SSIS 2008: Event handler OnError doesn't fire

I can't understand why my OnError event doesn't fire. I created a package just for testing purposes, created one Data Flow task, set its ForceExecutionResult to Failure so it would trigger an error, ...
0
votes
1answer
41 views

Calling Email OnError from ScriptTask of SSIS

I have a simple SSIS package with a single script task on it. I have an OnError event with a Send Mail task. All i'm doing is testing to see if i can send an email when i detect an error withing ...
1
vote
1answer
73 views

window.onerror not working in chrome

I am trying to add an onerror event to my website. window.onerror = function() { alert("an error"); } But all I receive is: notThere(); ReferenceError: notThere is not defined What am I ...
1
vote
0answers
44 views

javascript - Getting correct scroll position on window.onerror

I'm trying to show errors in a custom box, with some info (line number, file name...), inside a DIV that overlays page's body and avoids interactions with elements outside the box. This is CSS of the ...
1
vote
1answer
45 views

How to do Crash Reporting for Web Apps

When I develop iPhone / iPad apps I always use a crash reporting system. My current favorite is Crashlytics - which works great. For Android apps I've been using the rather more basic ACRA crash ...
0
votes
0answers
83 views

onerror <img> tag attribute always fires in IE, why?

I have code something like this <a class="img" href="LINK"> <img src="GOOD_IMG" title="title" onerror="src='ERROR_IMG'"> </a> in FireFox and chrome it behaves as you would ...
1
vote
2answers
63 views

What variables are in the scope of an image .onerror call?

I've got the following function in a project I'm working on: var makePreviewSimulationDiv = function(){ var errorFlag = false; imgError = function(image){ errorFlag = true; }; ...
0
votes
1answer
77 views

Inconsistent window.onerror return true / false between browsers - any list of correct return values available?

I understand there is some inconstancy between what window.onerror should return if we do not want to invoke the browsers javascript error handler. Since our site is fairly ajax heavy, we need to ...
3
votes
1answer
111 views

Catch the unknown picture on <img> tag and set default image

I have this image tag : <img id="viewerofinstore" src="{{filteredArray[imageIndex]}}" onError="this.style.visibility = 'hidden'" onload="this.style.visibility = 'visible'" width="297px" ...
-1
votes
4answers
48 views

Where to swap image if broken [duplicate]

I use lots of images on a page which are loaded into DOM eg html += '<img src="'+image.preview+'" title="View larger image" alt="'+image.item_title+'" height="'+image.display_height+'" ...
3
votes
1answer
161 views

Which HTML elements support onerror attribute?

I have a site that loads CSS and fonts from Google Web Fonts. However, one place where the site will be used is a local intranet with no Internet access. I still want to use the fonts from Google ...
1
vote
3answers
69 views

expection error after adding OnError

Hope someone can help. I have a java script that creates a number of images within my html page. But if the image is missing (not found) i would like to display a default image (none.png). So using ...
0
votes
0answers
345 views

websocket always triggers onerror(undefined) with Chrome, but not with Firefox

With a websocket server(C program) running in Cygwin, which does the handshaking&echoing back the messages from client. With Firefox(Version 13.0.1), the two parties work together very well - ...
0
votes
1answer
462 views

onError Event is not working in Jwplayer?

I am using JWPlayer(licensed version). But If Flash player is not installed it gives the error "Error loading player: No playable sources found"**. When above error is displayed, i have to show ...
4
votes
1answer
143 views

using onload and onerror javascript

function loadNextComic() { window.scrollTo( 200, 480); img comic = new Image(); currentComicNumber++; comic.src="Freqpg"+currentComicNumber+".jpg"; comic.onload = function() { ...
0
votes
0answers
1k views

catching the “Not allowed to load local resource” error in Opera and Safari

I use the following Ecmascript to determine if access to local filesystem is allowed: var intranetImg = new Image(); intranetImg.onerror = function(){ //overide the onclick event for all ...
0
votes
2answers
270 views

How to obtain the error message in XDomainRequest object?

I see my method for error handling invoked but since there's no arguments in, I don't know how to check what kind of error it is. var xdr = new XDomainRequest(); xdr.onerror = function(e){ ...
0
votes
0answers
27 views

Problems with having system bypass missing file using StandardError

I have a small program that executes a multi-program update. It basically waits for the program to run and exit before moving on to the next updater. Problem is that I want it to give an error ...
0
votes
1answer
302 views

Timeline event error in Adobe edge runtime stops javascript execution

I am creating a learning module for an education company where i create 25 animal sprites (canvas with an image in it) and put them in a farm (div with a background image). The background was created ...
0
votes
1answer
218 views

How to remove folder in python? rmtree onerror

I've recently have this trouble: I needed a function that removes an entirely folder in windows so I searched and this is what I get: How do I remove/delete a folder that is not empty with Python? ...
1
vote
0answers
214 views

javascript Unable to trigger image.onerror handler

Somehow I am unable to fire the onerror event or get the code in the onerror to work. This code is an attempt to collect a sequence of images in an array. I am using onerror event in order to mark the ...
1
vote
1answer
546 views

javascript: onload and onerror called together

I'm new to JavaScript and therefore confused for the variable scope... I'm trying to load an image, and replace it with another URL when it doesn't exist. I have to do it in pure JavaScript. Here I ...
0
votes
1answer
41 views

Possible to set the “fileName” of an inline script tag that is displayed when errors occur?

If I have an inline script like whats below where the function foo is undefined, I want to be able to do something like: <script fileName='foo.js'> foo(); </script> and control what ...
0
votes
0answers
122 views

document.write and window.onerror weird interaction in Chrome

Somehow when an iframe is created with document.write, the line number for window.onerror that is given is relative to the script tag the code lives in. Consider these fiddles: fiddle1 fiddle2. They ...
1
vote
1answer
161 views

Catching image load/error in Ember View

Trying to catch the load and error events for an Image within an EmberJS View handlebars template. The only way I can get it hooked up is to catch the jQuery events in the didInsertElement view ...
0
votes
1answer
57 views

Collapse img tag when src path is wrong in XHTML1.0

I have an img tag. When the src path is wrong, I need to collapse the img tag. I can achieve this by using onerror in HTML4. However, XHTML1.0 is not allowing the onerror attribute. How can I ...
3
votes
1answer
250 views

Whence the Javascript error “ReferenceError: Can't find variable: imenu_title”?

I recently added a window.onerror handler to a web application. The handler posts the details of the error -- as much as the handler exposes -- to my server, so I can see what kinds of errors users ...
1
vote
2answers
397 views

onError behaving differently between browsers

I'm trying to get the onError event to work but so far it only works in Internet Explorer 9. I have tried several codes but basically it comes down to this: <img class="a_toc_image" src="' + ...
0
votes
2answers
2k views

PrimeFaces with JSF - “onerror ” in the <p:commandButton> doesn't work

I am using JSF,with ManagedBean annotation and using Primefaces, and i got the following problem. I would like to know why the "onerror" is not triggered ! The exception just appears in my console. ...
1
vote
3answers
81 views

jQuery to perform an event when an image is broken

I found this problem mentioned before here jQuery/Javascript to replace broken images and this was the best answer.. I tried it and it's working fine function ImgError(source){ source.src = ...
1
vote
1answer
661 views

How do I catch UIWebView errors in MonoTouch?

Here's an answer for a similar question in Objective C but I'm not sure what's the right way to translate it to MonoTouch. Basically, I want to be able to catch JavaScript errors and know at least ...
0
votes
1answer
465 views

SSIS: Default Logging OnError don't work with RetainSameConnection

I'm using RetainSameConnection=true with my Connection Manager since I'm using transactions (BEGIN TRANSACTION, COMMIT or ROLLBACK in the end if success/failure). I'm also using the default SQL ...
1
vote
1answer
525 views

Turn an image's onError function into a return

So I need a function to test if an image can load or not. Here's what I've got: function imgExists(url){ var img = new Image(); img.onerror = function(){ alert('error') } ...
2
votes
1answer
206 views

Bind image load errors in the <head>

Is there a way to bind to the load() event of an image after changing it's src? is 2 years old How to remove future broken image using jquery has not been answered successfully NOTE: I am fully ...
2
votes
1answer
548 views

SSIS: OnPostExecute OnError issue

I have a SSIS package where I set the OnError and OnPostExecute event handlers. The Package is a simple loop container and the handler OnPostExecute is working fine. But the OnError is not actually ...
2
votes
1answer
265 views

Form On Error - Access 2007

I am trying to improve my error handling code. Using Access (2007) VBA: When an error occurs in the forms On Error handler the variable DataErr gives me the error code but I have no access to the ...
1
vote
3answers
405 views

cross-frame scripting with <script src=… to find status code of a site - Security issue?

we have a site with Iframes pointing to dynamic Urls (by user input). In case of a 404/500 or any other error, we want to replace the Iframe source with a different user friendly other URL. For this ...
0
votes
1answer
192 views

FireBug 1.7.3 - turn off Break On Next, change to Break On Error?

Firebug 1.7.3. is stuck on Break on Next. Pressing F8 Continue just does the same thing as F10 Step Over since it breaks on the very next line! If I mouse over the bug icon, it says "break on next". ...
1
vote
0answers
390 views

Iframe error handling (error 324, cross domain)

I'm using an iframe with a cross-domain content inside. I'd like to apply so error handling in case errors are returned. I've already read Prevent iframe "This webpage is not available." ...
1
vote
1answer
471 views

get error message from jquery's eventData object

I currently have a javascript error handler like this: window.onerror = function(msg, url, line){ //stuff }}; But I would like to be able to use jquery to attach to onerror like so: ...
0
votes
2answers
639 views

How to append script tag dynamically in asp.net user control?

I have user control (myUserControl.ascx). in that i am trying to append script tag and assigning "src" dynamically and then checking onload and onerror events, but it seem to be not working.I am ...
1
vote
0answers
289 views

Uploadify onError

I am using uploadify to upload pictures on my website. I have a quick question regarding onError function. the situation is, when a user selects an image to upload. lets say the path is ...
6
votes
1answer
200 views

Resume from an error

Before I get yelled at for trying something so reckless, let me tell you that I wouldn't do this in real life and it's an academic question. Suppose I'm writing a library and I want my object to be ...
0
votes
1answer
120 views

Firefox - show line number on “function not defined”?

I need to track JS errors in browser, but when I run the function in FF I get 'function not defined' error. It does not give me a line number. It works in Chrome and maybe in IE too. ...
0
votes
4answers
725 views

Throwing error from cfc - cflocation doesn't work from inside onerror()

Edit: an important piece might be that I'm calling a cfc method via ajax... I'm calling a cfc method via ajax, which returns data for use in a jqgrid table. Inside the cfc's method, I'm trying to set ...
0
votes
1answer
258 views

Error Handling using the Reactive Framework

I have designed what is essentially a propertychanged listener - i.e. when Instance.A changes, call OnAChanged() ...
0
votes
1answer
345 views

OnError event not returning control and a blank page is returned

I'm handling exceptions at page level the following way protected override void OnError(EventArgs e) { Exception ex = Server.GetLastError(); Master.Message = ex.Message; ...
4
votes
2answers
3k views

onerror attribute of <img> is executing javascript to change image. but it did not set the onerror image

CSS: .posting-logo-div { } .posting-logo-img { height:120px; width:120px; } .posting-photo-div { height:5px;width:5px;position:relative;top:-140px;left:648px; } .posting-photo-img { height:240px; ...
0
votes
1answer
115 views

Why don't I get a recursive infinite loop when throwing an error in the onError function?

In my coldfusion Application.cfc file, I define an onError function. In certain situations, I explicitly throw an exception using a cfthrow tag - e.g. <cfthrow object="#myException#">. My ...
1
vote
2answers
237 views

How can I get an <img> element to re-evaluate its onerror?

I have an element with an onerror attribute that sets it to an image if its src is not found. This works great, but I want that onerror logic to be re-evaluated when the image's src is modified via ...

1 2