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 [email protected] http://jquery.com/discuss/
