NetTalk Central

Author Topic: Firebug js errors  (Read 2602 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Firebug js errors
« on: March 27, 2014, 06:28:49 AM »
Once Bruce tell me, I see javascripts errors in your site with firebug.
HOw can I see theis errors in firebug?
Thanks
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Firebug js errors
« Reply #1 on: March 27, 2014, 06:53:22 AM »
open firebug extension in Firefox (www.getfirebug.com)
go to "console" window.
once that's active, you'll see errors appear there.

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Firebug js errors
« Reply #2 on: March 27, 2014, 04:13:54 PM »
Thanks !
and what about this?
sory its in sapnish but it said some like:

Password fields are present in an insafe page....

[attachment deleted by admin]
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Firebug js errors
« Reply #3 on: March 27, 2014, 08:20:07 PM »
That's a warning, no an error. It's pointing out that you have a password field on a page not served by SSL and hence the password can be spotted by anyone else running on he same LAN and is hence not very secure.