From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (mailfrom) identity=mailfrom; client-ip=212.27.42.3; helo=smtp3-g21.free.fr; envelope-from=erwinb@no-log.org; receiver= Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 2E24B77A9A for ; Sun, 18 Mar 2018 12:42:44 -0700 (PDT) Received: from unknown (unknown [IPv6:2a01:e35:8a80:e530:8d45:49a3:1b2d:c15a]) (Authenticated sender: erwin.bliesenick) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 35DB213F879 for ; Sun, 18 Mar 2018 20:44:30 +0100 (CET) To: Edbrowse-dev@lists.the-brannons.com From: Erwin Reply-to: Erwin User-Agent: edbrowse/3.7.2 Message-ID: <20180218204430.erwinb@no-log.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: [Edbrowse-dev] perplexity X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.25 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 18 Mar 2018 19:42:45 -0000 X-Original-Date: dim., 18 mars 2018 20:44:30 +0100 X-List-Received-Date: Sun, 18 Mar 2018 19:42:45 -0000 Hello, I've written a small function to access the french phonebook: function:ann { # accès à l'annuaire français (pages jaunes et blanches) b http://annuairepagesblanches.org/pagesjaunes/ the function works only when I deactivate javascript : so, there is a js directive in the function I have tried above the function in my .ebrc the statement : nojs = annuairepagesblanches.org not working. Why ? is there a difference between the statement nojs= and the statement js in a function ? Erwin