Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 45034 invoked from network); 23 Sep 2007 15:37:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2007 15:37:31 -0000 Received: (qmail 35850 invoked by uid 500); 23 Sep 2007 15:37:10 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 35833 invoked by uid 500); 23 Sep 2007 15:37:10 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 35822 invoked by uid 99); 23 Sep 2007 15:37:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Sep 2007 08:37:10 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rodphoenix@gmail.com designates 209.85.198.185 as permitted sender) Received: from [209.85.198.185] (HELO rv-out-0910.google.com) (209.85.198.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Sep 2007 15:37:12 +0000 Received: by rv-out-0910.google.com with SMTP id l15so1024364rvb for ; Sun, 23 Sep 2007 08:36:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=H0OilAIjK0BMGO+QoNVP3B0EgFfS0bBBOIIA3V1a8ic=; b=VXAxBwzKXL2mQbO6Se+Vl/MwqaErrhqW8YwKIKMx8yg8FoOBZ20CcOGHZovOnYe3ifkZ0BYoSt8aiumKWiIo6rCnYHrJdd0F/bTq2nL5/M/hY6Idtrbgm2vSqJKuo+lBbSY3rn47EXd0nByr5ozoiRODAby8rj3eMVGg5K8Zcy8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=sbloUEprB2c8Q7tSDGHM8m4DgdNXRbOg8bmloTJz72eitbESyWkZaHAsmDQWkV0AXAJyyVSCYLvoxKh+whHTrjIY1OXaVzOkiQUsnF8932G0jEfzztT+UhLYi5WgqTq3ZYndcqn34xer/rhLHzvOUclqpq+CKBSeqSgJw768bDs= Received: by 10.141.167.5 with SMTP id u5mr1393935rvo.1190561811724; Sun, 23 Sep 2007 08:36:51 -0700 (PDT) Received: by 10.141.195.11 with HTTP; Sun, 23 Sep 2007 08:36:51 -0700 (PDT) Message-ID: <44b925d90709230836k482a50e1la6ae4d13589c9200@mail.gmail.com> Date: Sun, 23 Sep 2007 23:36:51 +0800 From: "red phoenix" To: "Tomcat Users List" Subject: Warn:Parameters: Invalid chunk ignored MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8829_6263823.1190561811702" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8829_6263823.1190561811702 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I have a jsp page,and there is a button in it,when I click this button,it will call Javascript,and redirect another page,my code is follows: ... functioin test(){ document.forms[0].action="a.do"; document.forms[0].submit(); } ...
Test
... When I run above page,it can redirect the page successly,but Tomcat6 say "Warn:Parameters: Invalid chunk ignored",why raise above warning information,why to correct my code to get rid of this warning? Thanks! ------=_Part_8829_6263823.1190561811702--