• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Window.opener problem

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Thanks in advance.
I am facing the below problem since 4 days please help me.
I have a main page which is having link to open a popup window and that popup window consists two jsp's ,one file is included using <jsp:include> and in this page i will get the one link to onther popup window with three text fields.
When i open a popup window from that pop up i will get users list and i can select the user from that list ,after clicking that i will get that user name in parent popup, this is happening only first time.
When i submit main popup the value is inserting only first time,but from the second step iam not even getting values from previous(child popup) page in that text filed.

If i have not clicked the submit button of main popup the text box field of main popup gets updating with new values.

I wrote <input type='text' name='userID'> thats it.

Please help me.

Thanks a lot
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I appreciate your hardwork in explaining the situation. But it is still unclear to me. I hope you can make it more clear.

Tips:
- You can go point wise
- Name the popup with some relevent word instead of using the word "that" 100 times.

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic