Hi,
I am trying to format a date time text field. Right now the customer chooses a date and time from a pop-up calendar, who's value is then inserted into a text field, example: 07/17/2006 03:36:08
I am trying to format that time so if can be used as a filename but retain the date/time. So I...
Hi,
I have been searching on how to utilize text that has been input into a text field. I am trying to create a variable based on what the end-user types into the text field. So if the user types in "apples" into the text file, I want to assign that value a variable.
I thought it was the text...
Hi,
I have been searching all over the net on how to disable a form field via a javascript command. It seems pretty straight forward but for some reason I can't get it.
Here is what I have done based on my research so far:
Above the webpage's body.....
<cfoutput query="rsPamInformation">...
Hi,
Here is the error message I am getting:
Invalid CFML construct found on line 207 at column 114.
ColdFusion was looking at the following text:
#
The code it is referring to is:
207 <cfif isdefined("form.upload_#rsPamPic.PAM_ID#") and form.upload_#rsPamPic.PAM_ID# NEQ "">
208 <cffile...
Hi,
I am trying to upload one file to multiple directories using one file upload form. The directories are alreay created and based on the product's id, where the directories are to be uploaded to are based on a recordset.
I tried using a <cf query> and inserting the file upload inside of it...
Hi,
I am trying to create a dynamic variable created in a dynamic table.
My code is:
<cfoutput...
400 <cfset dad = rs#PAMInformation.PAM_ID#>
401 <cfif Success_#dad# EQ "yes">
402 Uploaded Successfully!
403 <cfelse>.....
The error message I am getting is in line 401 where it says...
Hi,
I am trying to create a dynamic table with multiple rows, with a file upload field inserted so each file upload field is assigned to a product ID. One form and one submit button surround all of this, where upon submitting, each file upload field uploads its respective file to its respective...
Hi,
I am trying to do this. After submitting a form I would like to return to a previous URL that contained URL parameters. What is the best way to do this? Is there a way to save the URL and then recall it later?
Thanks,
Craig
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.