Hi list
Sorry for this off-topic, but I not know much javascript.
I have code what use console.log("blah"), If I have installed Firebug
for Firefox or Firebug Lite for Internet Explorer not problem, the
code work fine. But if not installed the code stop.
I try add this to my page, but always create the new variable "console".
<head>
....
<script languaje="JavaScript" type="text/javascript">
//for detect if is installed Firebug or FirebugLite
if(!console){
var console = {
log: function(a){}
};
};
</script>
</head>
some idea?
--
________________________________________
Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---