Close popup window without asking save message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jayasabari
    New Member
    • Sep 2007
    • 25

    Close popup window without asking save message

    hai,
    I am opening new popup window using window.open and we can edit the content in popup window, but while closing(using top right close button) it is asking message that do you want to save or not.

    Can u give any suggestion.
  • mzmishra
    Recognized Expert Contributor
    • Aug 2007
    • 390

    #2
    put a close button in your popup window and call the window.close() functon in
    button on click event

    Comment

    • jayasabari
      New Member
      • Sep 2007
      • 25

      #3
      Originally posted by mzmishra
      put a close button in your popup window and call the window.close() functon in
      button on click event
      I am opening the word file directly in the pop up window. i am unable to create the close button in the window. If i am editing the text in the popup window, then while closing it is asking for doy you want to save or not. i not need the message.

      Comment

      Working...