Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 48841 invoked from network); 19 Sep 2003 13:21:44 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 19 Sep 2003 13:21:44 -0000 Received: (qmail 28381 invoked by uid 500); 19 Sep 2003 13:21:04 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 28347 invoked by uid 500); 19 Sep 2003 13:21:04 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 28298 invoked from network); 19 Sep 2003 13:21:03 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by daedalus.apache.org with SMTP; 19 Sep 2003 13:21:03 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A0LBk-0000dm-00 for ; Fri, 19 Sep 2003 15:20:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: tomcat-user@jakarta.apache.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0KzS-0008RI-00 for ; Fri, 19 Sep 2003 15:08:02 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A0Kzm-0007Ca-00 for ; Fri, 19 Sep 2003 15:08:22 +0200 From: "Tomas S." Subject: Re: Using drop down boxes in JSP Date: Fri, 19 Sep 2003 16:08:22 +0300 Lines: 11 Message-ID: References: <2BF18D53A42A1C43852D257C6BD3ACCD0544BF@afpet1exch1.pet.dc-link.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N "Walker Chris" wrote... > OTTOMH, attach a function to the onChange event of your SELECT tag. The > object representing the tag will probably be accessible as > document.all.yourTagId, or possibly something else, depending on the > ... Use document.getElementById(yourTagId) document.all is microsoft's fantasy, which works only on ie. document.getElementById works on mozilla, netscape, ie etc. Tomas --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org