My friend James pointed me to a cool snippet on DZone:
Email a JavaScript Error using ColdFusion
This snippet uses an AJAX request along with a server side script to email an admin the contents of any JavaScript error.
My friend James pointed me to a cool snippet on DZone:
Email a JavaScript Error using ColdFusion
This snippet uses an AJAX request along with a server side script to email an admin the contents of any JavaScript error.
Archived Comments
You can actually accomplish the same thing without AJAX.
http://coldfusion.sys-con.c...
(full disclosure: this is an article I wrote in Oct 2002)
That's a nice idea -- hadn't ever thought to do that.
Yeah, this is cool. I recently noticed gmail is doing something similar reporting errors back. Good idea.