Login Register

dojo1.1.0

storage + xd + IE6 = pain

I've got a very basic cross-domain build of 1.1.0 that mostly works great but errors badly when trying to load dojox.storage in IE6--it throws a "can't load cross-domain resource" exception that I can't fully capture (the debugger refuses to show me anything).

I tried creating a storage layer as suggested by the storage profile...

dependencies = {
layers : [
{
name: "../dojox/storage/storage-browser.js",
layerDependencies: [
],
dependencies: [
"dojox.storage",

Syndicate content