Fropper.com - no one's a stranger
Already a member? Login here  | Tour | Help  
in


php tips and tacts n some unseen functions yet powerfull.....



Posted on: Nov 04, '08


 How to detect the firebug

How to detect the firebug.

I use this to detect the firebug.

<script language="javascript">
if(typeof window.loadFirebugConsole != "undefined")
{
  alert("Firebug is enabled..");
}
</script>



Tags: php, javascript, firebug, mozilla




Comments  [ 0 Comments ] [ Post your comment | Subscribe (?) ]

No comment received.
Want to comment on this post?

Register now, its FREE, and share your views.
Already a member? Login now.