Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

www.dcad.org does not support Firefox so I cannot view dcad maps?

  • 6 ответов
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от ingramg

more options

This site changed to a new host and claims they do not support Firefox and ever since the switch I cannot view dcad property maps from the website all else is works fine is there a way to overcome this? www.dcad.org By Address (Enter address number) 630 (Enter Street Name) jefferson (Enter City) lancaster (Click) Search (Choose an address #1 or #2) (When page information comes up click) DCAD Property Map This will open another page which is suppose to display map but is blank. Try in Internet Explorer which will display to see what should display. Thanks Gene

This site changed to a new host and claims they do not support Firefox and ever since the switch I cannot view dcad property maps from the website all else is works fine is there a way to overcome this? www.dcad.org By Address (Enter address number) 630 (Enter Street Name) jefferson (Enter City) lancaster (Click) Search (Choose an address #1 or #2) (When page information comes up click) DCAD Property Map This will open another page which is suppose to display map but is blank. Try in Internet Explorer which will display to see what should display. Thanks Gene

Все ответы (6)

more options

hello, it looks like firefox' java script engine can't cope with the scripts on this site (there are also warnings showing up in the error console) - other browsers can render the page: http://browsershots.org/http://dcadmaps.dallascad.org/website/dcad/viewer.htm?ActiveLayer=0&QueryZoom=Yes&Query=ACCT=%2736000500690020000%27

as a workaround you could use the ietab addon when you view the site.

more options

That is a problem with backslashes in the image link that makes it impossible to retrieve that image.

Firefox makes this of it:

Should be:

See:


You can also use this bookmarklet to fix the image link.

javascript:(function(){var S=/\\/g,R='/';function F(w){try{var i,a,e,E,r=1;e=w.document.getElementsByTagName('img');a='src';for(i=0;E=e[i];i++){if(S.test(unescape(E.getAttribute(a)))){E.setAttribute(a,unescape(E.getAttribute(a)).replace(S,R));c++;}}}catch(e){r=0}return(r)}F(self);var i,x;for(i=0;x=frames[i];++i)F(x);})()

Изменено cor-el

more options

Best would be to contact the Website and ask them to fix the backslashes and change the image link to forward slashes.

more options

I do not think they want to do that. Is that the only answer? If so then everyone I know will be forced to keep using Internet Explorer which we had to switch to UG!

more options

The Slashy extension seems to look at the filepath part of the URL and doesn't work here.

Here is a fixed version of Slashy that works with the full URL.

more options

So how can I fix this or does the webmaster from that site need to? If so then they will not if I can fix on my end on Firefox then ok but how exactly??