use firebug, set a breakpoint in the javascript and look at the current stack at that point using firebug.
-- Thadeus On Wed, Jul 28, 2010 at 4:41 PM, Kenneth <kenneth.t.lundst...@gmail.com> wrote: > Hello, > > I'm trying to make a ajax call but keep getting > document.getElementById(t) is null from row 32 in web2py_ajax.html. > > How can I debug what t is in the getElementById(t)? > > > Kenneth >