Hi mochiers
Parts of our codes is send a form to our server, mainly we did it
through dojo.io.bind, but actually I want to do it using mochi, so
heres the parts of our code :
var my_url = this.ajax_url+"ajax/ajax.specifications.php?
task=aoi&aoiact=aoinew";
dojo.io.bind({ url : my_url,
load: function(type, data, evt)
{ doc_manager.drawAOI(data); },
formNode: getElement("aoiForm"),
mimetype:'text/json' });
My question is how to do the same thing using Mochikit ?
Thanks in advance.
regards
bedjo abimanyu
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---