I'm trying to make the following work but CF complains about not having 
variable when it's loading the page. Is there a way to write it so that it 
won't complain?

Thanks in advance.

This is the code that's erroring out:

function itemDetails(currentRow)
{document.iDetails.title.value =
"<cfoutput>"#getItems.title[currentRow]#";</cfoutput>";
}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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

Reply via email to