Hello,
I need help with a date processing function. I have a form where my customers will put in a date (in format mm/dd/yy). But I want that date to be used to update another field on the form with just the day of the week only.
I've tried this:
<script type="text/javascript">...
Hello,
I need help with a date processing function. I have a form where my customers will put in a date (in format mm/dd/yy). But I want that date to be used to update another field on the form with just the day of the week only.
I've tried this:
<script type="text/javascript">...
Ok, I am having a new RTF problem. Now the page displays in both browsers but only shows one record in the table. Any suggestions would be greatly appreciated.
Thanks!
<link rel="stylesheet" href="css/intranet.css" type="text/css">
<CFQUERY...
Need Help!
I have written the following code to display an rtf report for my site. It downloads and displays fine using Netscape. But just shows a bunch of garbage in IE.
Can anyone tell me what's wrong before I yank out every strand of hair from my head? :)
Thanks...
Hello,
I am attempting to write a script to update a shopping cart. I have the following code:
--------------------------------------------------------------------------------------------------
<cfloop from = "1" to ="#ArrayLen(session.MyCart)#" index="count">...
Hello,
I have created a graph in coldfusion (fileformat=flash) but it won't display in Netscape. Does anyone know why?
Thanks!
<!-- Calling graph tag -->
<cfgraph
Type="Pie"
query="grandtotal"
ValueColumn="gtotal"
itemcolumn="Status"...
Hello,
I have a radio button validation script that should display an error message if no button is selected. It displays the error correctly when the form is submitted without a button being checked, but it also displays when the button is checked. Can someone look this over and let me know...
Hi!
I keep getting this error and running out of things to try:
"The Crystal Reports Engine (CRPE32.DLL) could not be located on this server. ColdFusion's reporting functionality requires the Crystal Engine. Please verify that you have installed this component before using the CFREPORT...
Hi,
I need some help with a code to append data to an array. When I add a new item to my cart, it just keeps creating a brand new array instead of just adding the item to the existing one.
This is the code:
------------------------------------------------------------
<cfif NOT...
Hi,
I am having a problem with my shopping cart session. It times out when it is supposed to. But when the page is reloaded and the user reenters data, the system keeps giving me the following error:
An error occurred while evaluating the expression:
#session.cart[i][2]#
Error near line...
Hello.
I have the following:
<input type="text" name="startbacktime"> In this box, the visitor puts in both the date in format mm/dd/yy and the time in format 00:00 am/pm. So if the date and time is January 1, 2002 at 1:00 pm, the visitor would enter 01/01/02 1:00 pm.
I...
Hello.
I have the following:
<input type="text" name="startbacktime"> In this box, the visitor puts in both the date in format mm/dd/yy and the time in format 00:00 am/pm. So if the date and time is January 1, 2002 at 1:00 pm, the visitor would enter 01/01/02 1:00 pm.
I...
Hi,
I am looking for a script to calculate the difference hours and minutes between two fields (TimeDepart and StartBackTime).
Any help would be greatly appreciated.
Thanks!
Hi,
Can anyone provide me with a script on how to update the value of one text field based on the value of another text field? I would like to update the value of a text field on my form called "FutureHoursNeeded" based on the value inputted in another text field on my form called...
Hello,
I have a script that checks two radio buttons. If a certain one is checked, the script proceeds to check a text field to make sure that the visitor has inputted data and if not, displays an alert. This part works fine, but after the alert has been displayed, the script immediately...
Hi!
I have a form with two radio buttons with the group name of status. The value of one of the buttons is "In Office" the other button's value is "Out of Office". I also have a textbox called destination. I am looking for suggestions for a script cause an alert box to...
Hi!
I have a form with two radio buttons with the group name of status. The value of one of the buttons is "In Office" the other button's value is "Out of Office". I also have a textbox called destination. I am looking for suggestions for a script cause an alert box to...
Hi
I want to be able to pass a parameter by a user clicking an icon on a page and having a text field in a search form filled out with a search term of Tortoise.
Example of icon hyperlink: http://searchresults.htm?SearchTerm=Tortoise
When I click on the icon, the form that I am trying to...
I created a custom form to post documents to a discussion board in our team folder. However, once another team member opens the post and the document form, other team members are not able to use the custom form and Outlook displays a message,
"Custom Form cannot be viewed. The default...
HELP!
I am new to ColdFusion and I am attempting to create an ODBC Datasource. I have created it through the ColdFusion Administrator and it verified successfully. But when I go to the webpage I get this error:
--------------------------------------------------------------------------------...
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.