I am creating a form and using DHTML to update pull-down menus. The
menus are currently filed via PHP and MySQL with queries that download
all content into each pull-down and then based on what the previous
pull-down menu has selected, only displays the data that matches the
value selected.

The problem I am encountering is that one of those fields has almost
3000 records of long text which of course takes a long time to load,
probably 1 minute per load. I am wondering if there is a way to only
load the data that needs to be dispalyed somehow with say running a
query within an onchange command? If so, anybody have some code to
show or samples or websites I can look at?

Thanks,

Corey