Select to view content in your preferred language

Blank page

1177
5
Jump to solution
10-18-2012 10:53 PM
ibrahimKalayci
Emerging Contributor
Hi @ all,
I want to learn  JSAPI for ArcGIS, so i've downloaded a sample and if i open this html page with a javascript-enabled Browser, i get a blank page. Only in IE I get a message" allowing blocked content?"if i click "ok" then it works. Anyone know why?

Regards,
ibrahim
0 Kudos
1 Solution

Accepted Solutions
JeffPace
MVP Alum
from version 3.0 on you need to host the file in a webserver, it no longer works just running from an html file.

View solution in original post

0 Kudos
5 Replies
__Rich_
Deactivated User
Are you hosting the page on a web server? e.g. IIS, Tomcat, httpd etc.
0 Kudos
ibrahimKalayci
Emerging Contributor
Hi,

No, it is stored locally.
0 Kudos
JeffPace
MVP Alum
from version 3.0 on you need to host the file in a webserver, it no longer works just running from an html file.
0 Kudos
__Rich_
Deactivated User
from version 3.0 on you need to host the file in a webserver, it no longer works just running from an html file.

^this...was the reason for my question 😉
0 Kudos
ibrahimKalayci
Emerging Contributor
Thank you very much for the info.
0 Kudos