Code: Select all
<img src="http://somewhere.com/favicon.ico" onerror="errHander(this)">
onerror를 빼고 img에 ID를 주어서 별도의 자바스크립트 파일에서 obj_id.onerror = errHandler 하는 식으로 처리해볼까 생각중인데 좀더 깔끔한 방법은 없는지, onerror를 아예 사용하지 않는 방법은 없는지도 궁금하네요..
Code: Select all
<img src="http://somewhere.com/favicon.ico" onerror="errHander(this)">
Users browsing this forum: No registered users and 2 guests