Login Register

annoying

Really annoying problem

I really like the design of Dojo, and I really like most of its simplicity...but one key feature I really need, is a bit lacking. I am talking about easy form submission. Its not hard to manually send a xhrPost, but I send it like this:

dojo.connect(dojo.byId("formtest"), "onsubmit", function() {
dojo.xhrPost({url: 'url',
handleAs: 'json',
load: function(data) { alert("Success"); },
error: function(data) { alert("Error - "+data); },

Syndicate content