<%args> $chosen_directory => '' <%init> <%doc> !!! I decided that there were other things I needed to do first, !!! and have postponed this for now. A text input box that lets the viewer choose a directory from a menu. See course.mhtml, for example, which uses this component. <& $ENV{SRC} . '/scripts/choose_directory.mhtml', %ARGS &> <%args> $chosen_directory => '' <%init> if ($chosen_directory){ ... } %# $Id: choose_directory.mhtml 7 2006-01-13 02:21:11Z mahoney $