It could just be that the page is taking a while to render. Table need to fully 
load before there displayed. You may have something else in the table that is 
causing it to take ages to display in your browser

See how long cf takes to process the page, 
<!--- Start of page --->
<CFSET start1=GetTickCount()>

<!---
The rest of you code goes here
--->

<!--- End of page --->
<CFSET end1=GetTickCount()>
Exec: <strong><cfoutput>#end1-start1#</cfoutput></strong> 

Then you can see if its a probelm with the processing or displaying of the page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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

Reply via email to