<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can't get started with Internet Explorer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351473#M32559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IE doesn't allow to open files locally. It has to be hosted on a web server either locally or on a remote server.&lt;/P&gt;&lt;P&gt;Whereas, chrome allows to open files locally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 08:43:54 GMT</pubDate>
    <dc:creator>MirHashmi</dc:creator>
    <dc:date>2017-06-08T08:43:54Z</dc:date>
    <item>
      <title>Can't get started with Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351469#M32555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone, Im hoping this is an easy one. So, Im just getting started on a simple little webpage using 4.3, and using some sample code from the getting started API webpage (see below)&amp;nbsp;and I can't get even an unmodified sample working locally in IE 11.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i first load it i get a popup sauing blocked content for active X control. So I click to allow the content, then i get nothing. Debugger shows "Access is denied." on line 18 of file 4.3.So im not getting far.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres the example html from the getting started, unmodified as im trying to load it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta charset="utf-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Get started with MapView - Create a 2D map&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt; html, body, #viewDiv {&lt;BR /&gt; padding: 0;&lt;BR /&gt; margin: 0;&lt;BR /&gt; height: 100%;&lt;BR /&gt; width: 100%;&lt;BR /&gt; }&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F4.3%2Fesri%2Fcss%2Fmain.css" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.3/esri/css/main.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F4.3%2F" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.3/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;require([&lt;BR /&gt; "esri/Map",&lt;BR /&gt; "esri/views/MapView",&lt;BR /&gt; "dojo/domReady!"&lt;BR /&gt;], function(Map, MapView){&lt;BR /&gt; var map = new Map({&lt;BR /&gt; basemap: "streets"&lt;BR /&gt; });&lt;BR /&gt; var view = new MapView({&lt;BR /&gt; container: "viewDiv", // Reference to the scene div created in step 5&lt;BR /&gt; map: map, // Reference to the map object created before the scene&lt;BR /&gt; zoom: 4, // Sets the zoom level based on level of detail (LOD)&lt;BR /&gt; center: [15, 65] // Sets the center point of view in lon/lat&lt;BR /&gt; });&lt;BR /&gt;});&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt; &amp;lt;div id="viewDiv"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 15:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351469#M32555</guid>
      <dc:creator>JoeLuchette</dc:creator>
      <dc:date>2017-06-07T15:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get started with Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351470#M32556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You can not run the html using a local path like "C:\JS_Workspace\IE1143.html" you need to run it through you local web server for it to work. i.e. http url.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 16:38:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351470#M32556</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-06-07T16:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get started with Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351471#M32557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp;can open that sample just fine with something like&amp;nbsp;file:///home/XXX/Desktop/index.html in chrome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with Robert though: you'd normally want to host the file locally and access it via localhost. &amp;nbsp;Accessing it from a path to a file limits what you can do in terms of http requests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 16:49:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351471#M32557</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-06-07T16:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get started with Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351472#M32558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using IIS or an open source web server? We can provide some documentation on getting that rolling, if you need it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 20:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351472#M32558</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2017-06-07T20:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get started with Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351473#M32559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IE doesn't allow to open files locally. It has to be hosted on a web server either locally or on a remote server.&lt;/P&gt;&lt;P&gt;Whereas, chrome allows to open files locally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 08:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351473#M32559</guid>
      <dc:creator>MirHashmi</dc:creator>
      <dc:date>2017-06-08T08:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get started with Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351474#M32560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone, I did not think i had to use IIS for this simple application development. I will have to find a home to host this webpage eventually but was just building it locally without IIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The insight is much appreciated.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 13:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351474#M32560</guid>
      <dc:creator>JoeLuchette</dc:creator>
      <dc:date>2017-06-08T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get started with Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351475#M32561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's really not a big deal to &lt;A href="https://www.howtogeek.com/112455/how-to-install-iis-8-on-windows-8/"&gt;install IIS on your machine&lt;/A&gt; to create a Localhost "server". I've done this at home and it works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 15:14:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-t-get-started-with-internet-explorer/m-p/351475#M32561</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2017-06-08T15:14:52Z</dc:date>
    </item>
  </channel>
</rss>

