Thanks r937 There stills seems to be a little problem. Here is the error that I am getting.
Error resolving parameter NAME
ColdFusion was unable to determine the value of the parameter. This problem is very likely due to the fact that either:
You have misspelled the parameter name, or
You...
I am trying to have a list of artist, and beside them on the page a list of all artwork that is related to that artist. for example
artist 1:
artwork1
artwork2
artwork3
artwork4
This is my query.
<cfquery datasource="artworks" name="get_artist">...
...that allows me to say how often that it will appear.
<!--- Start Query Banner DB --->
<cfquery datasource="#Database.DSN#" name="banner">
select *
from banners
order by ID desc
</cfquery>
<!--- End Query Banner DB --->
<!--- Start Weighting and Rand Num. --->
<!--- This starts your list...
Below is the code that I am trying to use to put two slide shows on one page, but I can't seem to get it to work, does anyone have any ideas
<HTML>
<HEAD>
<TITLE>homepage</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<script language="JavaScript">
// Set...
hope that someone can help me. I have a shopping cart that is stored in arrays and structers. I have to send to the transaction provider a item string with the details of what was ordered. here is the code, can someone please help
this is the string that the transaction provider needs me to...
Exchange server has been set up and everything is working fine so far. The accounts are accessed over the internet, and I can send email no problem and the person that it is sent to receives it ok, but when they reply or send me a new one I can not receive it. if I look on the exchange server...
...}
function setTransition(){
if (document.all){
bannerADrotator.filters.revealTrans.Transition=Math.floor(Math.random()*23);
bannerADrotator.filters.revealTrans.apply();
}
}
function playTransition(){
if (document.all)
bannerADrotator.filters.revealTrans.play()
}...
...}
function setTransition(){
if (document.all){
bannerADrotator.filters.revealTrans.Transition=Math.floor(Math.random()*23);
bannerADrotator.filters.revealTrans.apply();
}
}
function playTransition(){
if (document.all)
bannerADrotator.filters.revealTrans.play()
}...
I really appriciate the help, I am still not achiving the results yet. The two drop downs don't seem to jiving, Vehicles will come up with merchandise subcategories, Realestate, with Equipment. they don't seem to want to match up
Could it be the Javascript
When I select the category (vehicles)and the sub (Truck)on the original page, then go to edit it. so then on the category field, so then in the category dropdown the first option is Vehicles, then it shows up again down the list. and in the subcategory dropdown trucks show up on the top and it...
Thanks for the help, that seems to help alot, but one little problem, nothing big. When I use that code I get duplicates on both the category and subcategory drop downs. Any ideas
I need to create an orderstring to send to my payment processing company, fine if there is only one, but what if I have an array full of items and I have to create an orderstring for each one. The string has to follow this fromat
<input type="hidden" name="orderstring"...
Thanks carl, I actually figured it out, I adjusted the session variables on the server and that fixed it, I didn't know that the server had to be restarted to have the settings take effect
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.