Click to See Complete Forum and Search --> : xdomain persistance


rnd me
07-13-2008, 07:55 AM
i have a bookmarklet=based application that can be used on any site.

i need a place to store the applications settings. since the site could be anywhere mere cookies won't work.

i need to be able to both read and write settings from anywhere.
i can probably get by with as little as 2kb, though more would be welcome.

i was using the clipboard in the past, but IE7 has pretty much killed that option.

i have figured out a way to do this in firefox3, but i want cross-browser support.

this also must be done without any server-side scripting, though ajax publishing can be used.

i think this would be a common need, and seems to be a big limitation for web-apps.

any ideas?