I have a scrollingtable created for a jsp.
I want this to be removed dynamically on click of a button. How to achieve this.
I have a div tag for the following:
#scrollingTableContainer {
border: 1px solid #ccc;
width: expression(window.screen.availWidth*0.90);
overflow: scroll;
}
as : <div id="scrollingTableContainer">.
Pls help me.



Reply With Quote

Bookmarks