I've been hitting my head over a chunk of code for a while and this interesting
thing just came up.
for(var sl=0; sl < cFrame.document.layers['dmbTB'].layers.length; sl++) {
This is javascript but if you run it you'll get an error in the CFRame tag. Note
that such a tag does not exist. Even though there's a space between the CF and
the open bracket, the CFMX engine assumes that this is a CF tag and tries to run
it. It does not look at any 'lookup' table within CFMX to see if its a valid tag
(as CF5 and earlier did).
Could some others please test this out and report back on this thread so I can
give a complete bug repost to MM about this? ThanksMichael Dinowitz Master of the House of Fusion http://www.houseoffusion.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

