Closing A Modless Dialog Window on click of submit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhappy
    New Member
    • Jul 2007
    • 139

    Closing A Modless Dialog Window on click of submit

    Hi

    I want to close a modeless dialog window on the click of submit button .During click of submit button i am saving data to database and Postback the data entered in child window to parent window and close the child window which is a modless window.

    Thanks in Advance
  • bhappy
    New Member
    • Jul 2007
    • 139

    #2
    I got the Answer
    it should be
    window.location .href=' '

    Comment

    Working...