• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

submit form of child window and show the new screen in parent window.

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a jsp page in which there is a link to action class in href property of <display:column ...> tag. This link in gets open new window by using window.open(...) . Now in my child window I've an submit button, I want that when i submit the form (which is on child window JSP), the action of that form should open in parent window and close the child window. I have tried
but it is opening the action in another new window rather than parent.

Please suggest me what should i do to open the page in parent widow ASAP.

Thanks,
Namrta
reply
    Bookmark Topic Watch Topic
  • New Topic