原帖地址
http://topic.csdn.net/u/20090106/16/f9309d2a-63b8-46f9-90f0-9ec6a71da5f4.html

解决方案 »

  1.   

    看了下文档 dojo.connect = function(/*Object|null*/ obj, 
    /*String*/ event, 
    /*Object|null*/ context, 
    /*String|Function*/ method,
    /*Boolean*/ dontFix){...}
    在这里,进行关联的应该是个/*String*/ event说明中说:
    // event:
    // String name of the event function in obj. 
    // I.e. identifies a property obj[event]. 
    我感觉,这里应该是个handle而不是个method .
    我又测试了一下,onclick是可以的而click却不可以.