View Single Post
Old 06-26-2002, 01:28 AM   PM User | #4
chuahyen
New to the CF scene

 
Join Date: Jun 2002
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
chuahyen is an unknown quantity at this point
Actually, I need to get the data from the database in my web page (either ASP, JSP or PHP). With the data, i need to do processing using javascript with DHTML
e.g.

document.getElementById("flightID" + pageRow).filters.revealTrans.apply();

document.getElementById("flightID" + pageRow).filters.revealTrans.play();

document.getElementById("flightID" + pageRow).innerText= flights[flightArrayIndex[row]];

The data from the database is big. I need to put these data into 10 rows of the table.
Now, in order to show 10 rows of data at a time without a TOTAL PAGE REFRESH of the web browser, i need to replace each content of the table from the data in the database.

Please advise on how to solve this problem

thanks
chris
chuahyen is offline   Reply With Quote