i'm now working on a refreshing page, where i've defined option that allow users to select thier refresh time.
there is a problem.
the image seems to get refreshed but actually it is not gett...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_10882701...
I am using FieldName collection to get variables from a
form and pass these onward using cfhttp as shown below:
<cfhttp url="http://myserver/delme/delme.cfm" method="POST" >
<cfloop index="id...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20022808...
The code that is pasted below is for a calender application. What I need it to do is loop through and for each day the conference is on I need it to be put into that date on the calender so if ther...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20139626...
I have to create a group of query named..level1,level2...leveln.
And I choose to use CFloop (form level1 to leveln) to create the query with the same structure but different group of data.So I wan...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20439057...
I am trying to apply a recordset to a cfloop, however I'm not too sure how to go about this, haven't done something like this before so if I have the following script...
<CFIF IsDefined("Form.cB...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20959981...
<cfloop from="1" to="10 index="j">
<cfif some condition break out of the loop>
</cfloop>
hi, how do I make the above loop work? I have tried this:
<cfloop from="1" to="10 index="j" cond...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20990160...
I have a query that generates a list of account numbers (the quantity per customer varies). So, in <cfform tag, I use a <cfloop query to list the account numbers. Next to each account number, I p...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21156840...
Hi,
I have a form for updating standings for a bball league:
<cfquery name="findStandings" datasource="xxx">
SELECT num,
teamName,
teamWins,
teamLosses,
league
FROM stan...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21234118...
How do I reference a query contained within a loop. In other words, I have query2 within <cfloop query="query1">. All my variables that reference query2 are erroring as undefined.
Error: Varia...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21445030...
Basically I have a form that contains product info (the product is a toner cartridge). A toner cartridge can have multiple compatible printers associated with it. What I'm trying to is display thes...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21476793...