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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211131
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to