I'm writing a game and would like a console, is it possible to dump javascript's console to a div in
- by RobertWHurst
I'm writing a game an I've got a console for developers to interact with javascript methods in the game. I have a problem though, I can figure out how to drop javascript errors to the console. is there anyway to write errors to a div or HTML element?