aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes how to invoke popup after submission ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "how to invoke popup after submission ?" Watch "how to invoke popup after submission ?" New topic
Author

how to invoke popup after submission ?

oneandonly sivaprasad
Greenhorn

Joined: Dec 09, 2008
Posts: 1
Hi ,

I have a form with some fields. after i fill those fields the record is displaying in the table of the form. which is ok. but my requirement is once i filled those fields and click on 'create' button with those fields i need to open a new popup window. and parent window will show as it is . can any body give me reply on this ?


thanks in advance...
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56152
    
  13

"oneandonly sivaprasad", please check your private messages for an important administrative matter.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56152
    
  13

For that you will need JavaScript. Moved this post accordingly.
Romit Bose
Ranch Hand

Joined: Oct 03, 2007
Posts: 50
Hi,
Pardon me if i am not getting the point but are we saying that the page will be posted through AJAX? Or is it like onsubmit the page will be posted but the response will be seen on a new window?that is are we trying to set the target of the parent window form to a fresh window?
[ December 10, 2008: Message edited by: Romit Bose ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to invoke popup after submission ?
 
Similar Threads
page refresh , have to use ajax
Pass values b/w pages
window.open(), window title bar, and the POST method
Popup form, parent form
reload openr window after calling servlet