Carlos Palomino wrote:
Hi,
I have been trying to write or find a pre-written script of a combo-box which would
allow one to select a category from one drop-down list, then be given related options
within a secondary list before clicking a submit button. Is there anyone who knows
where I can fin
Since PHP is server-side, it's probably not the best option for doing what
you're describing. It IS possible to use a javascript "onchange" event and use
that to trigger a new page load which would change your second select box, but
that's kind of slow and sloppy and should probably only be use
Hi,
I have been trying to write or find a pre-written script of a combo-box which
would
allow one to select a category from one drop-down list, then be given related
options
within a secondary list before clicking a submit button. Is there anyone who
knows
where I can find this or an easy w
3 matches
Mail list logo