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
__________________________________________________________________



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to