1
Answer

Design Patterns

kranti kumar

kranti kumar

14y
1.9k
1

Dear All,
         I have searched a lot about Design patterns but failed to get exactly what is Design pattern and how to implement that in DotNet Applications.
 Could any one please guide me or provide a solution With an EXAMPLE .
Thanks and Regards,
Kranthi Kumar.
    
Answers (1)
0
Crish

Crish

NA 3.7k 76.4k 14y
Detect popup blocker.
<script type="text/JavaScript" language="JavaScript">
 var mine = window.open('','','width=1,height=1,left=0,top=0,scrollbars=no');
 if(mine)
    var popUpsBlocked = false
 else
    var popUpsBlocked = true
 mine.close()
</script>