Re: Getting parameters from outside of a form

2007-12-01 Thread Scott Gray
You could use javascript to pull the value of the drop down and put it into a hidden input inside the form. Regards Scott On 02/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I have a screen that looks like this: > > ftl menu containing > and a button > > some more ftl > > a form ca

RE: Getting parameters from outside of a form

2007-12-01 Thread [EMAIL PROTECTED]
Thank you scott. I'll dig out my old trusty (and dusty) javascript book and figure it out. Skip -Original Message- From: Scott Gray [mailto:[EMAIL PROTECTED] Sent: Saturday, December 01, 2007 7:55 PM To: user@ofbiz.apache.org Subject: Re: Getting parameters from outside of a form

Re: Getting parameters from outside of a form

2007-12-01 Thread BJ Freeman
ROTECTED] > Sent: Saturday, December 01, 2007 7:55 PM > To: user@ofbiz.apache.org > Subject: Re: Getting parameters from outside of a form > > > You could use javascript to pull the value of the drop down and put it into > a hidden input inside the form. > > Regards > Scott