Enter Keywords:
1 - 10 of 104(0 seconds)
Sort By:
 
This one is driving me crazy! I have a menu that is positioned on the left side of the screen. When I scroll over an item, the menu expands to the left. It works great! However. as the menu expa...
Zones: Cold...Date Answered: 02/12/2005 Rating: 8.6 Views: 0
Here's a doozy.  Consider the following: * I have a page that contains a Flash CFForm. * I have a query object that contains a list of states/provinces from the US, Canada and Australia. * I h...
Zones: Cold...Date Answered: 07/29/2005 Rating: 9.2 Views: 0
I have an employee select list that shows all employees' names.  I then have a cfselect that shows what medical insurance plan they chose (which comes from a different query related by an ID number...
Zones: Cold...Date Answered: 10/14/2005 Rating: 9.4 Views: 0
<CFSELECT name="TEST"></CFSELECT> generates an empty OPTION tag in the final HTML when using XML forms. How can I override this? I presume I have to edit the XML or XSLT files in order to fix this...?
Zones: Cold...Date Answered: 03/27/2006 Rating: 8.0 Views: 0
I am using dreamweaver and coldfusion The object of my webpage is to be able to select two criterian from two separate CFSELECT tags.  Based on the selected values, another query will run to dis...
Zones: Adobe Dreamweaver, ColdFusion Applicatio...Date Answered: 10/19/2009 Rating: 9.3 Views: 0
I've been trying to use CFSELECT to make a field be required, but it doesn't seem to work. My code looks like: <cfselect name="referrer" required="Yes" message="Please tell us how you heard abou...
Zones: Cold...Date Answered: 08/17/2000 Rating: 7.8 Views: 10
I want to be able to change the font size, width, background colour etc of a CFSELECT box. Does anyone know how to do this?
Zones: Cold...Date Answered: 08/29/2000 Rating: 6.2 Views: 0
Hi, I am trying to use the cfselect tag. In the documentation the example states that one can use the required attribute with the cfselect too. It does not work properly. As soon as the <...
Zones: Cold...Date Answered: 11/14/2000 Rating: 7.4 Views: 0
I'm trying to find out if I can, or how to put a CFLOOP into a CFSELECT drop down menu. I'm stumped and cant't get it to fly. Check BOX A to see my query: I've set the name "FUSION" to be t...
Zones: Cold...Date Answered: 03/30/2004 Rating: 7.4 Views: 9
ok first i have the following two cfqueries at the top of my document. ************************************************ <cfquery name="GetProducts" datasource="ds1"> select * FROM products </...
Zones: Cold...Date Answered: 10/22/2002 Rating: 9.4 Views: 4