Ben,

You need to enclose your loadJson function in an anonymous function,
otherwise it is evaluated at runtime:

buildDialogBox({
 u : 'oba_1_2',
 f : function() {
       loadJson('userlist.txt', buildUserManageTable),
 d: 'formDialog600'
});

Chris
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to