Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 21247 invoked from network); 8 Feb 2006 05:05:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Feb 2006 05:05:41 -0000 Received: (qmail 14654 invoked by uid 500); 8 Feb 2006 05:05:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 14632 invoked by uid 500); 8 Feb 2006 05:05:25 -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 14621 invoked by uid 99); 8 Feb 2006 05:05:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 21:05:25 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.48.238] (HELO web52715.mail.yahoo.com) (206.190.48.238) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 07 Feb 2006 21:05:25 -0800 Received: (qmail 36481 invoked by uid 60001); 8 Feb 2006 05:05:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=FzSohSdwr8eFHaTlINEH7t02LZWzors+MzThzxHfAV09wh9M/BjDLnjHGZ+5hiEtqshP3eS/g/MRAUADW+o3rCVtdsliIqWTiI70x0lMDHZbWg2IFw7iKJjQEMMij6Z6JSV5mCrGJx+R11ODhYSqkPCJtKGaGmm56fIRe1t/LAA= ; Message-ID: <20060208050503.36479.qmail@web52715.mail.yahoo.com> Received: from [24.7.38.167] by web52715.mail.yahoo.com via HTTP; Tue, 07 Feb 2006 21:05:03 PST Date: Tue, 7 Feb 2006 21:05:03 -0800 (PST) From: Tony Smith Subject: get element by long name To: Tomcat Users List In-Reply-To: <43E929DC.2090009@jetable.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N in my jsp, there is something like: How can I get this element in javascript? the following code does not work: var name = document.getElementByName("plateDetail.name").value; I think it is because there is a '.' in the name. Any idea? Thanks, qq __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org