Thanks for replying.
Actually startdate is the textbox where the customer puts in the date (in format mm/dd/yy).
There are two textboxes.
startdate and startingdayofweek, in which I would like the day of the week to appear depending on what date the customer puts in the startdate field.
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...
I understand what you're saying. I originally had the code written that way.
But that forces you to update one item in the cart at a time. I don't want to do that. I want to allow my customers to change quantities of multiple items and then be able to click on "Update" to update all...
My problem is with updating. I am able to add new items in fine. The error I get is:
Error Diagnostic Information
An error occurred while evaluating the expression:
session.MyCart[i].subtotal = form.price * form.quantity
Error near line 18, column 24...
Here's the Cart:
------------------------------------------------------------
[code]
<script language="Javascript">
function JumpToCat(){window.location="catalog.cfm";}
function JumpToCheckOut(){window.location="Checkout.cfm";}
</script>
<cfinclude...
Here's the Cart:
------------------------------------------------------------
<script language="Javascript">
function JumpToCat(){window.location="catalog.cfm";}
function JumpToCheckOut(){window.location="Checkout.cfm";}
</script>
<cfinclude...
Oops. Sorry, I was trying something different when I post this code and didn't change it back. Here's what I have:
-----------------------------------------------------------
<cfset i = 1>
<cfloop from = "1" to ="#ArrayLen(session.MyCart)#" index="i">
<!--- set new...
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"...
Sorry,
I was moving stuff around trying to get this to work when I copied the Javascript. This one works:
<Script Language="Javascript">
<!-- Begin
function checkRadios() {
var el =...
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.