Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Table

Status
Not open for further replies.

giahan

Programmer
Sep 1, 2000
139
US
Hi all,

I have a database like 2000 records, if i run a query, there are about 100 records for the result display as a table like:

record# id LName FName Address
1 1005 test1 Test2 1234 my state
...
.
.
100

I don't want to do the paging but i want to write some script that when I roll down, the the title row always display on the top and bottom of my page. Could you give me some hints ):. Thnks.
GH
 
Setting the page up in frames is the only real solution I have found for this problem. But it's really sketchy, at best. :-(
penny.gif
penny.gif
 
You could do some sort of DHTML solution to do this, capturing whenever the window scrolls (ala the geocities ads of past). I know that a DHTML solution will work, it's just a little bit harder.

I personally don't know the cross-browser DOM well enough to try and give you a small snippet of what it might look like, but if you search around on the web (or even post in the Javascript or HTML/CSS forums), I'm sure you'll find something.

good luck to you
leo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top