pure javascript question for you.... I have a situation where I am storing the name of a function in text in a field... I need to read and pass that name into an aftersubmit... this part I am ok with... how do I then execute that function? I have tried a number of ways and I always get... "this is not a function" returned?