Mutiple Drop Boxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Blnukem

    Mutiple Drop Boxes

    Hi All

    I need some assistance I have a perl script the dynamically creates
    several numeric drop boxes on a webppage the amount off boxes and
    numbers in those drop boxes varies depending on the users selection.
    What I'm looking for is a javascript routine that will submit that
    data via a on click call Something like "onChange="this .form.submit()"

    Thanks in advance
    Blnukem
  • Ivo

    #2
    Re: Mutiple Drop Boxes

    "Blnukem" <blnukem@hotmai l.com> wrote in message
    news:25ea61f9.0 309280955.31869 0b1@posting.goo gle.com...[color=blue]
    > Hi All
    >
    > I need some assistance I have a perl script the dynamically creates
    > several numeric drop boxes on a webppage the amount off boxes and
    > numbers in those drop boxes varies depending on the users selection.
    > What I'm looking for is a javascript routine that will submit that
    > data via a on click call Something like "onChange="this .form.submit()"
    >
    > Thanks in advance
    > Blnukem[/color]

    What happened when you put
    onchange="this. form.submit()"
    in the select tag?


    Comment

    Working...