954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

open pop up window and come back

in my jsp form , there is one dropdown list , if select one particular list item have to open new pop up window which doesn't have any menu's, address bar etc.,
upto this i completed using window.open()
i got problem from now
but when i fill the textbox values in pop up window after click submit button, that pop up window have to close automatically and my control come back to parent window where i select listbox
Already i used close.window(), self.close() these are all close the form and open parent form in that pop up window only, but not close the window

brr
Light Poster
40 posts since Feb 2008
Reputation Points: 10
Solved Threads: 1
 

This is a JavaScript question.

masijade
Industrious Poster
Moderator
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
 

in my jsp form , there is one dropdown list , if select one particular list item have to open new pop up window which doesn't have any menu's, address bar etc.,
upto this i completed using window.open()
i got problem from now
but when i fill the textbox values in pop up window after click submit button, that pop up window have to close automatically and my control come back to parent window where i select listbox
Already i used close.window(), self.close() these are all close the form and open parent form in that pop up window only, but not close the window

brr
Light Poster
40 posts since Feb 2008
Reputation Points: 10
Solved Threads: 1
 

Thread from JSP been moved to JavaScript section and merged with the one you created in JavaScript section.

brr - if somebody in the future tell you in wrong forum this does not mean you have to go there and create another post there. By doing so you breaching forum rule Keep It Organized - forum flooding. Just click on "Flag Bad Post" and type short message "Please move to JavaScript section" and moderators will take care of it as soon they seen it.

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You