My code is very simple and works fine at first.  The preferences are
saved properly.  If I navigate to another gadget and come back to it,
the preferences are still there.  However, if I close the browser,
reopen it and come back, my preferences cannot be retrieved.  Is there
a problem with the code below?  Is there a "commit" that's needed or
some other feature to save the preferences between browser sessions?

==============================
...
var prefs = new _IG_Prefs();
var user = prefs.getString("PRXUser");
...
function savePrefs()
{
    prefs.set("PRXUser",document.getElementById("prxUser").value);
}
...
================================


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" 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-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to