Dom storage
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
I have a piece of code which accesses the storage using globalStorage[location.host]. This works if location.host=localhost and fails to work if location.host= my systemname (ex:daisy). I have a catch which tries to use globalStorage[location.host + ".localdomain"] and this results in an error Security error" code: "1000. Any body have suggestions on this. Thanks.