Hey., I hav tried Hamilton's approch.,as
function loginSuccess()
{
  addElementsFromXml("success.xml");
}
function addElementsFromXml(xmlFile)
{
        var xml = storage.openText(xmlFile);
  var doc = new DOMDocument();
  doc.loadXML(xml);
  var childNodes = doc.childNodes[0].childNodes;
  for (var i = 0; i < childNodes.length; i++)
  {
                view.appendElement( childNodes[i].xml );
  }
}

but when am loading second screen it working correctly and when am
going back to first screen then also it is working correctly but again
when i'm trying to go to second screen am failing to load elements and
facing an error as object not support...:-(


HELP ME................!!!!!!!!!!!!!!!! How to
overcome........!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" 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/google-desktop-developer?hl=en.

Reply via email to