David, Thank you! You were right; it was the path naming that was causing the problem. I changed "javascript\cross-browser.com\" to "javascript\cross_browser_com\" and the error disappeared. It looks like Window's ISS has a problem with "." in the web paths.
Thanks to Rich G, Steve L, Mark W, and Frank B for helping me out. Simply astounding support. Thanks, Brent Fraser GeoAnalytic Inc. Calgary, Alberta ----- Original Message ----- From: "Fawcett, David" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, January 25, 2006 7:34 AM Subject: Re: [UMN_MAPSERVER-USERS] Latest dbox.js? Brent, I ran in to this same error several months ago when I re-acquired the latest version of Steve's code. If I remember correctly, this error was related to the js includes. The main page/script wasn't able to access all of the includes. Try to hit all of the URLs for the includes in the main document. If you are on a Windows machine, the likely issue is that one of the directories that he set up, the one with the X code in it has a name that contains a '.', Windows coughed on that one. Otherwise, check the permissions for the dirs where the includes are located. David. -----Original Message----- From: UMN MapServer Users List [mailto:[EMAIL PROTECTED] On Behalf Of Brent Fraser Sent: Tuesday, January 24, 2006 4:18 PM To: [email protected] Subject: Re: [UMN_MAPSERVER-USERS] Latest dbox.js? Steve, Many thanks. Is there a packaged/zipped download of the Landview app (map file, templates, gifs, but geo-data not necessary) available? I'd like to try it with my own data, but I can't seem to get past a javascript error in dBox_initialize: this.anchor = window.xGetElementById(name); causes an error: "Object doesn't support this property or method". I suspect I haven't included/initialized the cross-browser stuff properly... Thanks! Brent ----- Original Message ----- From: "Steve Lime" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[email protected]> Sent: Tuesday, January 24, 2006 2:49 PM Subject: Re: [UMN_MAPSERVER-USERS] Latest dbox.js? Brent: It's at http://maps.dnr.state.mn.us/javascript/dbox.js. I'm going to be adding support for a general drawing canvas shortly. Let me know if you're interested... Steve >>> Brent Fraser <[EMAIL PROTECTED]> 01/24/06 3:39 PM >>> Rich, Where can I get the latest and greatest dbox.js? Thanks! Brent Fraser GeoAnalytic Inc. Calgary, Alberta
