10 Jul
2000
10 Jul
'00
4:19 p.m.
I am trying to create a automated drop down list, and here is my code so far: <form NAME="BOOGER"> <SELECT name="myList"> <dtml-in "objectValues(['DTML Document'])"> <OPTION value='<dtml-var id>'><dtml-var title></OPTION> </dtml-in> </SELECT> </form> I would like to be more specific though and only list files of zero byte size. Is this possible? Terry -- __________________________________________________________________ Terry Babbey Technical Support Specialist Lambton College, Sarnia, Ontario, Canada __________________________________________________________________