PDA

View Full Version : Downloading from a list


hubbni
05-19-2003, 08:28 PM
I am trying to simplify a list of forms to download. What I want to do is have two pull down lists, the first you will pick the group that the file will be coming from, and the second list will change depending on what you chose in the first, so that you can download the forms according to the group that you selected. Now I am wondering how in the world I would do this, is this even java? Thanks.

sage45
05-19-2003, 09:34 PM
Please do not cross post questions... Since Javascript will be the way that you want to accomplish this, I will close the one that you posted in the HTML Forum...


-sage-

hubbni
05-19-2003, 10:16 PM
Sorry about that, I did not see that I was suppose to...but I still am needing help on this...any would be great, thanks.

Roy Sinclair
05-20-2003, 10:11 PM
This is a common script, here's a link (http://javascriptkit.com/script/cutindex16.shtml) to a bunch of them so you can pick and choose one to fit your needs.

hubbni
05-20-2003, 11:41 PM
Thanks so much for this!