Well here goes nothing.  After the past few post not being replied to we will 
see if anyone has any suggestions for this problem.

I have a flash form and I have 6 buttons.  when one of them is clicked I call 
_global.getdata('foo').  During the function I want to change the name of my 
button to have the number of items in the que for example:

<cfinput type="button" name="Draft (0)" onclick"_global.getdata('Draft')">  

I then try to set the button with:

Draft.label = "Draft (" + queCount.selectedItem.count + ")";

But that does not work...

I can create a <cfinput type="text" name="Draft" value="Draft (0)"> and then 
use 

Draft.text = "Draft (" + queCount.selectedItem.count + ")"; 

and my code works fine.

Any ideas.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215120
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to