Pop-up onSubmit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edartler
    New Member
    • Oct 2008
    • 1

    Pop-up onSubmit

    Ok... I've looked around a bit on the web and really haven't seen something that I can use... So, here it goes... I need a pop-up to appear when the user submits a form... and also need the pop-up to close when the server processes the submit and re-displays the form... I've seen it done at another job but don't know of anyone that is still there... basically, its a screen that says "please wait" until its done processing... we're writing this in a groovy/grails environment... Thanks to any replies!!!
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Rather than a pop-up, I suggest you just display a message within the same window. For example, a div on the screen would display when the form is submitted. This avoids the need to worry about window referencing, closing, pop-up blockers, etc.

    Comment

    Working...