Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
Questionread from file Pin
shereem khaleel1-Mar-07 1:56
shereem khaleel1-Mar-07 1:56 
AnswerRe: read from file Pin
Colin Angus Mackay1-Mar-07 2:03
Colin Angus Mackay1-Mar-07 2:03 
QuestionQuerry regarding DirListBox control Pin
s_123451-Mar-07 1:34
s_123451-Mar-07 1:34 
QuestionEvents in an interface Pin
jdkulkarni1-Mar-07 1:10
jdkulkarni1-Mar-07 1:10 
AnswerRe: Events in an interface Pin
Stefan Troschuetz1-Mar-07 2:36
Stefan Troschuetz1-Mar-07 2:36 
GeneralRe: Events in an interface Pin
jdkulkarni1-Mar-07 4:50
jdkulkarni1-Mar-07 4:50 
GeneralRe: Events in an interface Pin
Stefan Troschuetz1-Mar-07 5:07
Stefan Troschuetz1-Mar-07 5:07 
QuestionPopUp Block Detection Pin
babutkchn1-Mar-07 0:36
babutkchn1-Mar-07 0:36 
Hi All,

Greetings. I need to detect pop block status and have to display in my appilcation. I used the following code for it.
<br />
function detectPopupBlocker() <br />
{<br />
  var myTest = window.open("about:blank","","directories=no,height=100,width=100,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,top=0,location=no");<br />
  if (!myTest) {<br />
    alert("A popup blocker was detected.");<br />
  } else {<br />
    myTest.close();<br />
    alert("No popup blocker was detected.");<br />
  }<br />
}<br />



but its not working.it is working only for else part for both popup ON and OFF. Can any one of you tell me a solution to solve this issue.

Thanks in Advance
babu
Questionxml Pin
md_refay1-Mar-07 0:30
md_refay1-Mar-07 0:30 
AnswerRe: xml Pin
Stefan Troschuetz1-Mar-07 0:48
Stefan Troschuetz1-Mar-07 0:48 
Questiondimension array Pin
md_refay1-Mar-07 0:27
md_refay1-Mar-07 0:27 
AnswerRe: dimension array Pin
Martin#1-Mar-07 0:32
Martin#1-Mar-07 0:32 
QuestionBest way of generating a lookup table Pin
mail5723521-Mar-07 0:13
mail5723521-Mar-07 0:13 
AnswerRe: Best way of generating a lookup table Pin
Stefan Troschuetz1-Mar-07 0:47
Stefan Troschuetz1-Mar-07 0:47 
AnswerRe: Best way of generating a lookup table Pin
thowra1-Mar-07 22:29
thowra1-Mar-07 22:29 
QuestionReturning values Pin
scotlandc1-Mar-07 0:11
scotlandc1-Mar-07 0:11 
Questionasp.net for google map Pin
Member 387693428-Feb-07 23:37
Member 387693428-Feb-07 23:37 
Questionhow to check if object exists? Pin
arkiboys28-Feb-07 23:30
arkiboys28-Feb-07 23:30 
AnswerRe: how to check if object exists? Pin
Sylvester george28-Feb-07 23:34
Sylvester george28-Feb-07 23:34 
GeneralRe: how to check if object exists? Pin
arkiboys28-Feb-07 23:37
arkiboys28-Feb-07 23:37 
GeneralRe: how to check if object exists? Pin
Sylvester george28-Feb-07 23:39
Sylvester george28-Feb-07 23:39 
GeneralRe: how to check if object exists? Pin
Tuwing.Sabado1-Mar-07 0:17
Tuwing.Sabado1-Mar-07 0:17 
AnswerRe: how to check if object exists? Pin
Martin#28-Feb-07 23:36
Martin#28-Feb-07 23:36 
GeneralRe: how to check if object exists? Pin
arkiboys28-Feb-07 23:38
arkiboys28-Feb-07 23:38 
GeneralRe: how to check if object exists? Pin
Martin#28-Feb-07 23:39
Martin#28-Feb-07 23:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.