Yes, the iframe tag was closed like this <iframe ..... />   However, when I 
closed it with a standard </iframe>, the debugging output showed.  This appears 
to be a bug as shouldn't ColdFusion recognize the /> and </iframe> equally?

To reproduce it, try this:  Create a file called test1.cfm and in it just put 
this code:

<iframe src="test2.cfm" />

Create a file called test2.cfm and in it put this:

This is test 2 iframe.

Now load test1.cfm and make sure you enable your debugging.  You will see debug 
output inside the iframe, but not on the outside.

Now change the code in test1.cfm to:

<iframe src="test2.cfm" ></iframe>

Run again.  Now you will see the debug output on both.

I'm using MX7.

If this is a bug, how do I report it?

Thanks!

Dave

>On Monday 07 November 2005 17:08, Dave Phillips wrote:
>> ideas/suggestions as to how to get around what appears to be a bug?
>
>Did you close your iframe tag ?
>
>-- 
>
>Tom Chiverton 
>Advanced ColdFusion Programmer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224503
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