Generic Error messages
Dec. 18, 2007 No Comments Posted under: Ajax, Development, Hijax, JavaScript, Technology
Recently I needed an method for displaying error messages that was nicer than alert boxes, unobtrusive and generic. I wanted to be able to output errors from PHP in the HTML that could then be displayed in an eye catching way, but also use the same method to display errors from JavaScript. This way you [...]