Re: [Rails-spinoffs] Making HTML display-able on a page

2006-07-11 Thread Thomas Fuchs
Oh, plus you can do some seriours jiggery-pokery by using posting back thecurrent browser DOM to the server to log HTML update errors by issuing a"silent" Ajax call with the .innerHTML property of the BODY element as POST data.-ThomasAm 11.07.2006 um 10:01 schrieb Siegfried Puchbauer:have a look at

Re: [Rails-spinoffs] Making HTML display-able on a page

2006-07-11 Thread Thomas Fuchs
If you need this for debugging/dev purposes rather than production/user-based errorreports, just install firebug[1] and you'll see each and every ajax call in glorious detail. :)-Thomas[1] http://www.joehewitt.com/software/firebug/Am 11.07.2006 um 10:01 schrieb Siegfried Puchbauer:have a look at th

Re: [Rails-spinoffs] Making HTML display-able on a page

2006-07-11 Thread Siegfried Puchbauer
have a look at the method escapeHTML() of String objects. for example:$('mydiv').innerHTML = request.responseText.escapeHTML();hth On 7/10/06, Bauser, Joseph (Joe) <[EMAIL PROTECTED]> wrote: Depends what you mean.A good place to check for functionality in prototype is http://www.sergiopereira.com/a

RE: [Rails-spinoffs] Making HTML display-able on a page

2006-07-10 Thread Bauser, Joseph (Joe)
Depends what you mean. A good place to check for functionality in prototype is http://www.sergiopereira.com/articles/prototype.js.html You can go there and search to see if it has the functionality you want. Cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Beh