A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
oepn a jsp page within a jsp page without change url
chain singh
Ranch Hand
Joined: Feb 28, 2012
Posts: 116
posted
May 11, 2012 01:26:26
0
hello,
i am making a page where i have many menuitems.
these menuitems have many links to different jsp page.
i want to open these pages in my already open page which is Main_page.jsp
and i am also do not want to change my url also.
how i can do this
thank you in advance.
amir taghvayi
Ranch Hand
Joined: Sep 16, 2011
Posts: 54
posted
May 11, 2012 03:00:21
1
hi
you must use ajax and
java
script.
you inserted a div inner your page then a click in menu item go to a js function . in inner js function requested with ajax and response inserted in your div .
rohit chavan
Ranch Hand
Joined: Oct 08, 2010
Posts: 88
I like...
posted
May 11, 2012 03:08:04
0
Hi,
You can use html tag "iframe" to do this.
-Rohit
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: oepn a jsp page within a jsp page without change url
Similar Threads
enabling & disabling menuitems
enabling & disabling menuitems
can we lock desktop.........Urgent
Automate login..... HELP
changing parmeter value in URL
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter