Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Rendering Problem in FF and IE
Old 01-14-2006, 05:29 AM Rendering Problem in FF and IE
Junior Talker

Posts: 1
Trades: 0
int iTmp = newint();
Response.Buffer =
false;
Response.Write("<table width=100% border=1 bgcolor=#cc9966>");
for (iTmp = 0 ; iTmp <= 5000 ; iTmp ++)
{
Response.Write("<tr><td>" + Convert.ToString(iTmp) + "</td></tr>");
}
Response.Write("</table>");
================================================== ===
The above code renders all the table completely in one strock in the Internet Explorer. But the same table is rendered in slabs of 100 to 200 records at each time continuesly untill 5000 in FireFox. What would be the cause for the same.I want same effect in both the browsers

rajiv is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Rendering Problem in FF and IE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15647 seconds with 12 queries