Internet Explorer crashes badly if you have to many "cfdump"
<!-- IE dump crash test -->
<cfloop index="i" from="1" to="500">
<cfdump var="#i#">
</cfloop>
Use this test script and see the result.For the first time all worked well but then after reaching at some point my page was keep on doing the page refresh.
Internet explorer behaves randomly with too many dump scripts added by coldfusion in the source. So try avoiding the "cfdump" tag - rather than adding it once and reusing it.
Enjoy.
0 comments:
Post a Comment