I tried this but not getting any output, any thoughts on what I'm
missing?
for (var i = 0; i < details.exports.length;
i++) {
var expinput = details.exports[i];
tbod.appendChild(TR( null,
TD( null , expinput.checkrun),
TD( {"width" : "75", "align" :
"center"} ,
expinput.vendor_number),
TD( null , expinput.vendor_name),
TD( {"align" : "right"} ,
expinput.payment_amount),
//TD( null ,
details.exports[i].contact),
TD( null ,
A({"style.cursor":"hand","onclick":"return
launchEmail(" + expinput.vendor_id + ");"},
details.exports[i].contact)),
TD( null, INPUT( { type : "checkbox",
checked :
"yes",
id : "vendorNotify",
name : "vendorNotify"} )),
TD((details.exports[i].contact) ?
INPUT( { type : "checkbox",
checked :
"yes",
id : "vendorNotify",
name : "vendorNotify"} ) : null)
));
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---