Why does this work in just a plain .cfm page with no <cfoutput>

<TR bgcolor="#c6c6c6" onMouseOver="style.backgroundColor='#666666';" 
onMouseOut="style.backgroundColor='#c6c6c6';">

And this does not when enclosed within <cfoutput>

<TR bgcolor="##c6c6c6" onMouseOver="style.backgroundColor='##666666';" 
onMouseOut="style.backgroundColor='##c6c6c6';">






Thanks



Doug

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263362
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to