Click to See Complete Forum and Search --> : How to refresh part of the page?


green_idiot_2000
August 8th, 2000, 03:38 AM
In my page, there is a table displaying some data. The data maybe changed along the time. When one of the cell (say row 1 col 1) changing, I want to highlight the cell for some seconds with different color and the rest of the table and the page are not changed. How can I achieve this? Thanks!

Johnny101
August 8th, 2000, 11:29 AM
You can't do it with just ASP, I think yuo can do it with RDS - Remote Data Services. There are some good articles on www.asptoday.com that deal with RDS. And, as always, check the MSDN. I've never played with it, but it looks like it might do what you want.

good luck.

john

John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org

Oscar_Gonzalez
August 9th, 2000, 12:21 PM
It's difficult. The only form ("pure" HTTP, without RDS) is to ask to the server about changes. You can do it from a hidden frame, receive the data, and change the table (tr/td) style with CSS and Javascript...