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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21310533...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21508788...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21563883...
<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...?
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21721099...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_11022781...
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?
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_11078665...
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 <...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_11692739...
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_11695998...
ok first i have the following two cfqueries at the top of my document.
************************************************
<cfquery name="GetProducts" datasource="ds1">
select * FROM products
</...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20370609...
Hi,
I am trying to create two dynamically linked drop down menus. IE Person selects product category in first drop down menu and then sub categories for that major category are automatically pop...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20636388...