| Author |
Side-Bar in java
|
sachin kataria
Ranch Hand
Joined: Mar 27, 2006
Posts: 43
|
|
i want create side-bar in java (i.e. struts/spring/JSP) which works in internet explorer. i.e. like side-bar appears when we click on history in internet explorer. From that side bar it shows links which is recently opened. and search options. So, how one can create that side bar in java ? Pls, help me
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
One way to do it would be to use s frameset. When the page is displayed normally it is in a single page. When the user clicks on the icon or button to show the history, switch to a frameset with two frames divided vertically showing the history in the left frame and the regular page in the right frame.
|
Merrill
Consultant, Sima Solutions
|
 |
sachin kataria
Ranch Hand
Joined: Mar 27, 2006
Posts: 43
|
|
Thank you for replying... But, i am new to struts and spring concepts... so, can you explain me in detail... any link is there for source code.........
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56232
|
|
|
This actually has nothing at all to do with Struts or Spring or any other server-side technology. It's all HTML and Javascript.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
Just Google "HTML Frames" and you'll get a lot of good information on how to work with frames in an HTML document.
|
 |
 |
|
|
subject: Side-Bar in java
|
|
|