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