Chris,
What happens when you choose an option in Cover_SHIPPING_METHOD? Do you
get the alerts in the calc_Total function? If so, are the values in the
alerts correct?
-David
On Sat, 25 Mar 2000 21:53:26 -0600 "Chris Montgomery" <[EMAIL PROTECTED]>
writes:
> David,
>
> Thanks a bunch. I just checked the file and the opening bracket is
> in
> fact there. Don't know why/how it got dropped when I copied and
> pasted
> it.
>
> <SCRIPT LANGUAGE="Javascript">//function to change the cover price
> as
> multiple quantities are chosen
> function cover_price(form)
>
>
> // if only one cover is chosen, the standard cover price is
> given
> if (form.Cover_QUANTITY.selectedIndex == 0)
> {
> form.cover_price2.value =
> <cfoutput>#session.cover_cost#</cfoutput>;
> }
> else
> {
> form.cover_price2.value = (form.Cover_QUANTITY.selectedIndex
> *
> <cfoutput>#session.cover_cost_add2#</cfoutput>) +
> <cfoutput>#session.cover_cost#</cfoutput>;
> }
>
> etc.
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.