aspose file tools
The moose likes Struts and the fly likes Side-Bar in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Side-Bar in java" Watch "Side-Bar in java" New topic
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
    
  13

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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Side-Bar in java
 
Similar Threads
regardnig the windows security
Text controls don't work properly in child Java window
abt applet viewer
How to use loaded JVM instance?
Error Handling in Servlets