On Wed, Nov 05, 2008 at 03:09:53PM +0100, Sebastian Paasche wrote: > One addition: > > Meanwhile, I figured out that IE 6 works fine for me. In IE 7 I get the > message "Access Denied" ... any help is greatly appreciated!
Access denied typically means you're violating the Same Origin Policy. Specifically, it may mean that you're attempting to use file:/// URLs in IE7, which you can't do. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
