Hi,
when i click on choose button there is a pop up window appears (popup window is a jsp page ) . It has two buttons ok & cancel . When i click on ok button it has to show another page on parent window and close popup . But it is not working that way. It is showing another page in popup jsp page (pop up window ) not on the parent window.what i need to do here.
Thanks
Bear Bibeault
Author and opinionated walrus
Marshal
Please be sure to use code tags when posting code to the forums. Unformatted code is extremely hard to read and many people that might be able to help you will just move along to posts that are easier to read. Please read this for more information.
You can go back and change your post to add code tags by clicking the button on your post.
Bacchi Gerem
Ranch Hand
Joined: Jan 23, 2004
Posts: 120
posted
0
Hi
,
I will explain in detail:
tagcat.jsp i.e parent jsp page . It contains a button choose. When i click on choose button it opens another jsp page i.e. popup.jsp page.
Popup.jsp page contains two buttons ok & cancel.
when i click on ok button it has to display a detais.jsp page in parent jsp page place.
But in my case it is displaying popup.jsp page place.
Thanks
This message was edited 2 times. Last update was at by Bhaskar Gara
i want to open detail.jsp page in place of tagcat.jsp.. I can open detail.jsp page in place of pop up window i.e. popup.jsp page place.
i.e. detail.jsp page is replaceing popup.jsp page. But i want this datail page in the place of tagcat.jsp page.
i.e. parent window
Bear Bibeault
Author and opinionated walrus
Marshal
I can open detail.jsp page in place of pop up window i.e. popup.jsp page place.
i.e. detail.jsp page is replaceing popup.jsp page. But i want this datail page in the place of tagcat.jsp page.
i.e. parent window
please try to make it simpler..
as already mentioned by Bear Bibeault, always use [Code Button] inside editing post.. while posting a code inside forum..