Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 6827 invoked from network); 4 Dec 2002 15:48:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Dec 2002 15:48:10 -0000 Received: (qmail 27165 invoked by uid 97); 4 Dec 2002 15:48:58 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 27088 invoked by uid 97); 4 Dec 2002 15:48:57 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 27058 invoked by uid 98); 4 Dec 2002 15:48:56 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Content-Type: text/plain; charset="iso-8859-2" From: Gemes Tibor To: "Struts Users Mailing List" Subject: Re: calling ACTION from SEARCH button, results displayed in new w indo w Date: Wed, 4 Dec 2002 16:47:40 +0100 User-Agent: KMail/1.4.3 References: <993BE7B40B41D31193C50008C75F68F201F2B4C3@exast02.capgemini.co.uk> In-Reply-To: <993BE7B40B41D31193C50008C75F68F201F2B4C3@exast02.capgemini.co.uk> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212041647.40908.gemes@regens.hu> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 2002. december 4. 16:31 d=E1tummal Cook, Graham ezt =EDrtad: > The field on the form is part of a company name, the popup window will = be a > list of all names in the database that match what the user has typed in= the > input field. > > I know that I need to use Javascript to create the popup, what i need t= o > know is whether or not i can pass the JSP field into a javascript funct= ion, > then call an action. Or do i need to hardcode the field reference in th= e > Javascript method ie . document.form.companyname This is really OT on this list.=20 function populateLOV(obj) { =09var url=3D...; =09url +=3D '?myParam=3D' + obj.value; =09showLOV(url); =09return false; } Tib -- To unsubscribe, e-mail: For additional commands, e-mail: