On Jul 15, 2006, at 12:58 PM, Andrew wrote:

> Hi Zac,
> what I'm attempting to do is getting the returned page from a submit
> and then taking out element output which is the id of a div tag in the
> returned document. So it's basicall the other way round of what you
> have mentioned:

Doesn't matter if it's the other way around. createDOM doesn't take  
an arbitrary bundle of XML. It takes the name of the DOM node you're  
trying to make.

> my_doc = createDOM(data);
> dojo.ById("myDIV") = my_doc.getElementById("output");

Still not gonna work.

Zac


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to