Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABA23F0B7 for ; Fri, 31 May 2013 15:19:11 +0000 (UTC) Received: (qmail 16989 invoked by uid 500); 31 May 2013 15:19:11 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 16838 invoked by uid 500); 31 May 2013 15:19:10 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 16829 invoked by uid 99); 31 May 2013 15:19:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 May 2013 15:19:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of purplecabbage@gmail.com designates 209.85.128.175 as permitted sender) Received: from [209.85.128.175] (HELO mail-ve0-f175.google.com) (209.85.128.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 May 2013 15:19:04 +0000 Received: by mail-ve0-f175.google.com with SMTP id da11so1235900veb.34 for ; Fri, 31 May 2013 08:18:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:mime-version:in-reply-to:date:message-id:subject:to :content-type; bh=ncKGP0j5JOsir1Mi02Z9hCI2HSPUzFYatKoGr75P534=; b=vVmb/WIXR5OleC9J52I4OUlvx1Vt3z4uDh09rwwCSo5wmRP+i1rLdX9DWWxJtFu4aC MiWbYZyiPjoqbr07eub8ygVMCan2OLHF4lF/wWMDMFrcvy1hxCmpECpdXryqbM7Sprzv 4/6XtIhlFbHaFrsxi5IMpfBXAzbn5QPfKUTCQYRacN1zGlHa7TpIxWFoFGti6OXoPV5p ma3zLq90x3g2MJDUER/S76cPyaQ5O41TsqvL3sdgFmbjolGpzDOH5czrHg4MOSsHeuXJ 38uVHE7KPHQXNgYpu5cdgi2MorL5keULOwja9rN2XguUPyiOvVBBW8pV1fXEvj0wvTke IAKw== X-Received: by 10.52.101.230 with SMTP id fj6mr8875734vdb.125.1370013524133; Fri, 31 May 2013 08:18:44 -0700 (PDT) References: <51A7F4C4.7070509@tnksoft.com> From: Jesse MacFadyen Mime-Version: 1.0 (1.0) In-Reply-To: <51A7F4C4.7070509@tnksoft.com> Date: Fri, 31 May 2013 08:18:46 -0700 Message-ID: <-1079514619062874777@unknownmsgid> Subject: Re: Any idea that reads local files dynamicary with Ajax on Windows Desktop version To: "dev@cordova.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org The other list is the right place for this question. I'll answer there. Cheers, Jesse Sent from my iPhone5 On 2013-05-31, at 2:43 AM, Tanaka Yusuke wrote: I have tried the Windows desktop version of Cordova 2.5. I am also using jquery 2.0, but it fails in dynamic reading of a local file. var n = $('
'); n.load("mainmenu.html", function(){ // on success }); This code functions in the smart phone version and Metro App version. It seems that IE component has denied access to local files. Are there any good methods of enabling access to local files on IE? (PS. I post to google groups too. but I can't delete it for some reason.)