Bluring the entire page/window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RajaJayabal
    New Member
    • Oct 2008
    • 2

    #1

    Bluring the entire page/window

    Hi,

    I am having a button in a page. On clicking on that button I am poping up another a modalwindow using Javascript(No AJAX controls used). Now I want the parent window to be in blured state once the popup is launched..
    Please suggest me in doing this...

    Thanks in Advance,
    Raja Jayabal.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You can use showModalDialog where supported (e.g. IE, Firefox 3+, Safari). If you want support cross-browser, use a DHTML div instead of a window pop-up. See this thread.

    Comment

    • RajaJayabal
      New Member
      • Oct 2008
      • 2

      #3
      Bluring the page

      When poping up a modal popup using ajax the parent window gets blured, but i am using the normal Javascript to popup a modal window, so how to do that, please assist me...

      Thanks in advance,
      Raja Jayabal.

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Please do NOT double post your questions. Threads merged.

        Moderator.

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          Originally posted by RajaJayabal
          When poping up a modal popup using ajax the parent window gets blured, but i am using the normal Javascript to popup a modal window, so how to do that, please assist me...
          Post your code (using code tags).

          Comment

          Working...