File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Dividing single Page into Multiframes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Dividing single Page into Multiframes" Watch "Dividing single Page into Multiframes" New topic
Author

Dividing single Page into Multiframes

Venkatreddy Vaddireddy
Greenhorn

Joined: Sep 28, 2007
Posts: 3
Hi All,

My requirement is to Didivide the Jsp into Multiframes.
Initially first frame should be loaded.When we click on one button we need to load second frame.When we click on some button Third Frame should be loaded.

Automatically every should be Refreshed.

Please anybody can help ASAP.


Thanks,<br />Venkatreddy V
paritosh ranjan
Ranch Hand

Joined: Aug 24, 2007
Posts: 62
create a form in your jsp page whose action is on some other jsp page.
It would be like this
<form action="secondPage.jsp">
<input type="submit">
</form>
When you press this button then secondPage.jsp opens.
You can do the same thing in secondPage.jsp for thirdPage.jsp.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56179
    
  13

Originally posted by Venkatreddy Vaddireddy:
Please anybody can help ASAP.


Please read this.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56179
    
  13

This is not something you can do on the server. You'll need to use HTML and JavaScript to do this, so this post has been moved apppropriately.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Dividing single Page into Multiframes
 
Similar Threads
query
Unloading a frame
problem in using frames
how to call a new .class file in Actionlistener
Session Attributes