RRice
07-25-2010, 06:53 AM
The code below is a download form,, the number after the P= are the index idents for each file to be downloaded..
The destination_folder is set for C:\temp as default location.
the code below works as needed for one file,,however i need to create a drop down list which will show all file names,and automatically throw the right ident for that file after the P=.
sounds simple enough but there are other sections that are tied to this form so the solution has to use the CFForm_1(this) else i'll have to redo all the other sections as well. as well as javascript
if anyone has a quick and clean way to do this i'd be very appreciative. i've pulled my hair out trying to find examples using this config and none are even close..or don't have a drop down menu
<form name="CFForm_1"
action="http://www.XXX.cfm?p=6D6F615CC&rt=2&st=2" method="POST" onsubmit="CFForm_1(this)">
<input name="destination_folder" id="destination_folder" type="text" value="C:\Temp"
maxlength="200" size="60" />
<input type="Submit" value="Resume">
thanks in advance, Rick
The destination_folder is set for C:\temp as default location.
the code below works as needed for one file,,however i need to create a drop down list which will show all file names,and automatically throw the right ident for that file after the P=.
sounds simple enough but there are other sections that are tied to this form so the solution has to use the CFForm_1(this) else i'll have to redo all the other sections as well. as well as javascript
if anyone has a quick and clean way to do this i'd be very appreciative. i've pulled my hair out trying to find examples using this config and none are even close..or don't have a drop down menu
<form name="CFForm_1"
action="http://www.XXX.cfm?p=6D6F615CC&rt=2&st=2" method="POST" onsubmit="CFForm_1(this)">
<input name="destination_folder" id="destination_folder" type="text" value="C:\Temp"
maxlength="200" size="60" />
<input type="Submit" value="Resume">
thanks in advance, Rick