House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Home /  Groups /  ColdFusion Talk (CF-Talk)

Javascript prompt() and ColdFusion form processing question

  << Previous Post |  RSS |  Subscribe to this Group Next >> 

Javascript prompt() and CF form processing question

On the project that I'm working on I want to allow users to select Pete Ruckelshaus 07/05/2005 09:50 AM

07/05/2005 09:50 AM
Author: Pete Ruckelshaus Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:41028#211131 On the project that I'm working on I want to allow users to select "folders" (think more along the lines of a shopping cart) that they can put "documents" into.  The folder selection will be via a dropdown list.  I also want to allow users to send documents to a new folder, and use JavaScript's prompt() function to prompt them for the folder name, then send that value along with the selected documents to a processing page that will add them to a new folder. I'm having difficulty visualizing the programming steps involved, primarily how do I prompt for the value and have that value sent along with the processed form containing the ID's of the "documents" that I want put in the new folder?  I think this is mainly a JavaScript problem and JS isn't my strong suit. Thanks Pete
<< Previous Thread Today's Threads Next Thread >>

Mailing Lists