J.D. Archer
|
| Posted: 03/25/2003, 8:10 PM |
|
Any Ideas?
I have one record page that has 3 listbox fields that lookup from another
table. I am using ccs w/ php. I have a javascript trying to feed a hidden
field, but that seems to not work. I have the javascript on an onchange
event.
Is there another way, of having the 3 listboxes update one field as long as
the user only picks just one. please provide some examples.
--
J.D. Archer
Network Engineer
859-312-7012 http://www.jdarcher.net
|
|
|
 |
Kasper Pedersen
|
| Posted: 03/25/2003, 10:30 PM |
|
Try adding the fields together when you recieve the result at the server
- at the OnUpdate, OnInsert etc.
Checking that only one listbox has been checked, can likewise be performed
in the OnValidate
"J.D. Archer" <jarcher@engineer.com> wrote in message
news:b5r96r$kv7$1@news.codecharge.com...
> Any Ideas?
>
> I have one record page that has 3 listbox fields that lookup from another
> table. I am using ccs w/ php. I have a javascript trying to feed a
hidden
> field, but that seems to not work. I have the javascript on an onchange
> event.
>
> Is there another way, of having the 3 listboxes update one field as long
as
> the user only picks just one. please provide some examples.
>
> --
>
>
> J.D. Archer
> Network Engineer
> 859-312-7012
> http://www.jdarcher.net
>
>
|
|
|
 |
|