hi friends iam kiran

i have a doubt in javascript.
In asp.net we have a flushing concept.it works fine.
But i want that same flushing concept in javascript.

Exact Requirement:
From my database i got 1000 records to javascript function. then here i am open one js
window and iam creating html table for all those 1000 records and then write the data into js window as window.document.write.
but for 1000 record i am looping ,so for the construction of the table it will take some time. so what i want is write the data row by row.That means once the row created then write into document.i was tried but it was write the data at time only.

Please if anybody have the solution for this problem,share with me.

Thanks in advance
regars:
kiran kumar thota.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.