Dec 2, 2010 #1 fletchsod Programmer Joined Dec 16, 2002 Messages 181 How do you translate this to JQUERY? window.onerror = ftnJavascriptErrorNotification; THanks..
Dec 3, 2010 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Try this: Code: $(window).bind('error', ftnJavascriptErrorNotification); Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions Dan's Page [blue]@[/blue] Code Couch: http://www.codecouch.com/dan/ Code Couch Snippets & Info: http://www.codecouch.com/ The Out Atheism Campaign Upvote 0 Downvote
Try this: Code: $(window).bind('error', ftnJavascriptErrorNotification); Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions Dan's Page [blue]@[/blue] Code Couch: http://www.codecouch.com/dan/ Code Couch Snippets & Info: http://www.codecouch.com/ The Out Atheism Campaign