• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

input from a new window

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
In my jsp on click of a button I want to popup a new(child) window to get inputs. Other then some input fields the new window will have a submit button which should submit all the inputs to the original(parent) window. How can I provide a submit button in new(child) window which will submit values to the original(parent) window and how can I refer those input values in the original(parent) window. Please help me with some example.

Thnks,
Soni.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
submit as it actually submits a form to the paretn or submit as we pass the values to the parent so JavaScript is able to use them.

Eric
reply
    Bookmark Topic Watch Topic
  • New Topic