Hello Jack and Gurkensaft,
Here is some general information about storing user preferences:
- Do not rely on the __MODULE_ID__ remaining static.
- You do not want to set cookies inside IFRAMEs. The default privacy
policies of Microsoft Internet Explorer and Apple Safari do not permit
sending cookies to third-party sites. You can read more on this subject
here:
http://www.google.com/apis/homepage/guide.html#Cookies
- For now, we would advise you to use the Prefs.set functionality in
order to save module settings. Unfortunately, this will require
inlining.
http://www.google.com/apis/homepage/reference.html#JS_Ref
I hope this helps and we thank you again for your interest in the
Google Gadget API.
Ralph