Hi All;
I have a web site that has three frames. The first frame has multiple drop down menus and text fields where an end user can make his/her selection to display a restultset in a table format. The resultset is displayed in the second and third frames. The second (middle) frame displays the table headers and the last frame displays the resultset. Depending on the query/selection that users make, some of the resultsets can have several columns and when it gets displayed windows automatically inserts a horizontal scroll bars. What I want is to find a way to get rid of the scroll bars that gets inserted when the column is more than eg. 14 and be able to display all of it in a normal window size. As is now, I can only get rid of displaying the scroll bars if I force users to modify their screen resolution to be 1024 by 768 pixels. How can I be able to display the resultset without the scroll bars and without forcing the user to modify their screen resolution settings.
Thanks in advance.
I have a web site that has three frames. The first frame has multiple drop down menus and text fields where an end user can make his/her selection to display a restultset in a table format. The resultset is displayed in the second and third frames. The second (middle) frame displays the table headers and the last frame displays the resultset. Depending on the query/selection that users make, some of the resultsets can have several columns and when it gets displayed windows automatically inserts a horizontal scroll bars. What I want is to find a way to get rid of the scroll bars that gets inserted when the column is more than eg. 14 and be able to display all of it in a normal window size. As is now, I can only get rid of displaying the scroll bars if I force users to modify their screen resolution to be 1024 by 768 pixels. How can I be able to display the resultset without the scroll bars and without forcing the user to modify their screen resolution settings.
Thanks in advance.