Jerryb
|
| Posted: 06/16/2003, 10:51 AM |
|
I have a table with 10 records. I want to display one record at a time, then have the page refresh with the next record.
I have tried <META http-equip="refresh" content="15; URL={Next_URL}"> but I keep getting the first record over and over every 15 seconds.
This page is set up as so, The left side has a table with the records I need to refresh with the next record, the right side has a table that shows info about all 10 records. I also need to figure out how to make the table on the right to refresh every couple of seconds without messing with the table on the left. But one thing at a time.
I think having the two different tables might give me some trouble. When you use the META tag in the head it is dealing with the page, not the data, so I can see why it might not work???
Anyone have any ideas on what to try?
Thanks in advance,
Jerryb
|
|
|
 |
jerryb
|
| Posted: 06/16/2003, 10:57 AM |
|
Forgot to mention, ccs 2, ASP and access.
Thanks again.
|
|
|
 |
rrodgers
|
| Posted: 06/17/2003, 6:48 AM |
|
>>but I keep getting the first record over and over every 15 seconds.
How are you calculating Next_URL?
>>I think having the two different tables might give me some trouble.
>>When you use the META tag in the head it is dealing with the page,
>>not the data, so I can see why it might not work???
How about to Iframes? http://www.w3schools.com/tags/tag_iframe.asp
rob
|
|
|
 |
jerryb
|
| Posted: 06/17/2003, 9:23 AM |
|
That would help with the refreshing the 2 different tables, but any ideas on how to refresh to the next record?
I did read something yesterday about being able to refresh the data on the page without having to refresh the actual page. I'll have to read up on it some more. But again, that wont help me get to the next record.
Thanks for the input.
jerryb
|
|
|
 |
rrodgers
|
| Posted: 06/18/2003, 6:33 AM |
|
That was my question. How are you calculating Next_Url? There is an example of something like this in the Example Pack in v2.+
Look for
Data Presentation Techniques
Grid with Navigable Detail View
It is what you want to do, you will need to modify it so it is automatic.
|
|
|
 |
|