[thelist] simple Javascript help

Susan Wallace susanhw at webcastle.com
Fri Nov 1 08:19:01 CST 2002


Hi Drew,

I am not very good with JavaScript either, and needed to do the same thing.
I started with the following script:

http://javascript.internet.com/forms/auto-drop-down.html

and then changed the Textarea to a select:

<SELECT NAME="Team">
<OPTION>                                  </OPTION>
<OPTION>                                  </OPTION>
<OPTION>                                  </OPTION>
<OPTION>                                  </OPTION>
<OPTION>                                  </OPTION>
</SELECT>

And that worked just fine for me.

Hope this helps some!
Susan Wallace

At 07:57 AM 11/1/02, you wrote:

>I will freely admit that I'm no good at all at Javascript. And all the
>scripts I can find on the web do something similar, but not the same.
>
>What I need to happen is for the second drop-down (banner size) to appear
>when the option in the first dropdown (category) is "banner".




More information about the thelist mailing list