fixed row and column headers in tables

HiI am using a table to display data on my webpage, but the data is huge and once u scroll down or right, ur lost in the data. I want my first row and column 2 b fixed even wen i scroll through the page. Is it possible thru Java Servlets?
[259 byte] By [Ritu0987a] at [2007-10-2 17:12:39]
# 1
there is nothing to do with servelts to solve this problem. you need to use javascript and DHTML
John_noblea at 2007-7-13 18:27:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
> there is nothing to do with servelts to solve thisCorrect. You may use IFRAME element on your page.
citcrua at 2007-7-13 18:27:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
You can fix the Width of those colums in your html tag as <width=100> for these values.
naheedv@yahoo.coma at 2007-7-13 18:27:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...