Hi !
I have a table in my JSP page, which acts as the client for my bean. The problem is I have two frames one on top and the other on bottom(I mean two rows). On the top frame I have a table which has the heading (<TH> tag) for the data (<TD>) that has the data. The top frame doesn't have scrollbar (scrolling set to "no", whereas the bottom frame has scrollbar.So, the requirement is if the user scrolls the bottom frame, that is the table containing the data, the top frame should also scroll, so that the two frames are always in sync. The problem what Iam facing is, this functionality works, only if I have scrollbar on the top frame, so that the event is captured by "scroll()" method. But it should work without scroll bar on the top frame. And one more catch is the solution should be cross browser compatible and if not atleast compatible to netscape. THe solution is needed asap.
Thanks
AJP
I have a table in my JSP page, which acts as the client for my bean. The problem is I have two frames one on top and the other on bottom(I mean two rows). On the top frame I have a table which has the heading (<TH> tag) for the data (<TD>) that has the data. The top frame doesn't have scrollbar (scrolling set to "no", whereas the bottom frame has scrollbar.So, the requirement is if the user scrolls the bottom frame, that is the table containing the data, the top frame should also scroll, so that the two frames are always in sync. The problem what Iam facing is, this functionality works, only if I have scrollbar on the top frame, so that the event is captured by "scroll()" method. But it should work without scroll bar on the top frame. And one more catch is the solution should be cross browser compatible and if not atleast compatible to netscape. THe solution is needed asap.
Thanks
AJP