Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: Dynamic Dropdown Menus, December 07, 2001 at 08:25:22:

You are here: irt.org | About | Feedback | 3402 [ previous next ]

Feedback on:
Dynamic Dropdown Menus

Sent by
David on December 07, 2001 at 08:25:22:

Worth:
Very worth reading

Comments:
I have a suggestion this is great code but if you would like to populate the other dropdown menu as soon as you select a name just replace this

<FORM NAME="artists" onSubmit="return reshow(document.artists.artist)">
<SELECT NAME="artist">

with this

<FORM NAME="artists" >
<SELECT NAME="artist" onchange="return reshow(document.artists.artist)">



Other feedback on 'Dynamic Dropdown Menus' - show all

©2018 Martin Webb