html select, pass selected to javascrip function

Discussion in 'Programming/Scripts' started by wildgoosed, Sep 4, 2007.

  1. wildgoosed

    wildgoosed New Member

    I have an html select form. Users can choose up to 3 values. On the onChange event of the html select I'd like to pass the selected value to a function in my <head> tags called gen_ddl().

    Can someone show me an example of this? I've tried googling this but for some reason I'm finding it hard to find an example with an html select.
     

Share This Page