Skip to content Skip to sidebar Skip to footer
Showing posts with the label Onerror

Css Or Javascript - Display Fallback Text If Background Image Not Loaded

How can I display text instead of logo, if the logo graphic file isn't loaded or missing? I hav… Read more Css Or Javascript - Display Fallback Text If Background Image Not Loaded

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 … Read more Onerror Behaving Differently Between Browsers

Javascript : Passing A Function As An Argument

I want to load a default image if an image fails to load. I also want to call getLoadComplete() on… Read more Javascript : Passing A Function As An Argument