Or you could fix the server side code to not output anything except
the actual data?

2009/3/6 John McGowan <j...@steakfest.com>:
> Thanks for the reply, but the issues is that I have no control over the
> debug output.  It's appended to the html response by the application
> server.  I want to avoid it getting anywhere near the dom.
>
> The other suggestion, of writing my own Ajax.Updater sounds like what I need
> to do.
>
> /John
>
>
> On Fri, Mar 6, 2009 at 7:45 AM, ColinFine <colin.f...@pace.com> wrote:
>>
>>
>>
>> On Mar 5, 3:55 pm, Steakfest <j...@steakfest.com> wrote:
>> > I just started using prototype and scriptalicous yesterday. I was able
>> > to get an Ajax update call working with very little effort.  Thanks to
>> > the community for such great documentation.
>> >
>> > In my framework, sometimes there is debugging information dumped at
>> > the bottom of the page. I would like to know what the easiest way to
>> > "scrub" that debug output would be with prototype.  My framework
>> > outputs a very unique string before the debug output. So, a simple
>> > "substring-before" would do the trick.
>> >
>> > Thanks in advance for any advice
>>
>> I have hardly any idea what you are asking, but if you mean you want
>> to be able to hide the debug output, put it in a div of its own and
>> just hide the div.
>>
>> Colin
>>
>>
>
>
>
> --
> /John
>
> >
>



-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to