Disable parent window when open child window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mageswar005
    New Member
    • Mar 2008
    • 72

    Disable parent window when open child window

    hi guys,
    Any one tell me, how i can disable parent window when i open child popup window.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Posted in the wrong forum, my friend.
    This is a javascript task.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Originally posted by mageswar005
      hi guys,
      Any one tell me, how i can disable parent window when i open child popup window.
      For modal dialog boxes, see this link. For those browsers which support it, you could use showModalDialog instead for a real popup.

      Comment

      Working...