Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 97561 invoked from network); 12 Jan 2011 09:07:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 09:07:14 -0000 Received: (qmail 57422 invoked by uid 500); 12 Jan 2011 09:07:13 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 57384 invoked by uid 500); 12 Jan 2011 09:07:11 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 57376 invoked by uid 99); 12 Jan 2011 09:07:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 09:07:10 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=FREEMAIL_FROM,SPF_SOFTFAIL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of stratio@hotmail.it does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 09:07:04 +0000 Received: from joe.nabble.com ([192.168.236.151]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PcwfE-0005RG-3k for users@activemq.apache.org; Wed, 12 Jan 2011 01:06:44 -0800 Date: Wed, 12 Jan 2011 01:06:44 -0800 (PST) From: stratio To: users@activemq.apache.org Message-ID: <1294823204111-3213569.post@n4.nabble.com> In-Reply-To: References: <1293009231649-3160317.post@n4.nabble.com> <1293035523497-3160886.post@n4.nabble.com> <40B65717-FE73-48F0-81C0-878D05757643@crackpot.org> <1293093162584-3161779.post@n4.nabble.com> <1293487004694-3165519.post@n4.nabble.com> <7865624B-5971-43DB-80FF-942CC768DEBF@crackpot.org> <1293633754840-3167176.post@n4.nabble.com> <1293807894508-3169478.post@n4.nabble.com> Subject: Re: Problem with Ajax API MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ok, I followed your advice and I started from scratch with a minimal amq client. It worked and I added code step by step. Now I have a quite fully working client apart from this problem : When i get the messages of a topic i want to show them on the browser window so I'm using this code : document.write("
received : " + message.textContent + "

"); Now, this code works on Firefox, Chrome and Opera and doesn't work on Internet Explorer. How can i show the received messages on Internet explorer? Thanks in advance for the help :) -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-Ajax-API-tp3155676p3213569.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.