Debugging JavaScript I think I stumbled on the answer to this. In the Zimbra client add
?debug=1 to the URL and in the JavaScript Code add:
DBG.println(AjxDebug.DBG1, "Hello World");
When the client comes up, a separate window is displayed and shows the
println statements. Make sure you turn off your pop-up blocker!!
Thanx Joe |