Re: Dynamically Display in the Textarea Based on Menu Selection Made by Users

2004-09-24 Thread Hubert Rabago
It seems what you want is to run server side code and update the value of a control on the browser on the client without submitting/updating the entire page. See this article for an example of how this can be done: http://developer.apple.com/internet/webcontent/iframe.html hth, Hubert On Fri,

Re: Dynamically Display in the Textarea Based on Menu Selection Made by Users

2004-09-24 Thread Lucas Gonzalez Pearson
Easy... everything has already been fetched before... take a look at the source ( no copyrights violation intended ): var programSelectionTable; var programDescription; var programSubProgramSelect; var programHigestLevel; function showOtherFields(n){ var selectedProgramName = document

Dynamically Display in the Textarea Based on Menu Selection Made by Users

2004-09-24 Thread Caroline Jen
It seems to me that it can be done. Would you please just take a look at https://www.swern.gov/forms/enrollmeform.php and scroll down a little below half way. There is a drop-down menu for the 'Select Program Group'. And there is a textarea right below that drop-down menu. Simply select a gro