Results 1 to 3 of 3

Thread: Editing HTML problem

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    595

    Editing HTML problem

    Hi,

    I tried using Firebug in Chrome and i used this code:

    Code:
    <html>
    <head>
    <script type='text/javascript'src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
    <script language="javascript">
    function abc(){
    alert('Hello');
    }
    </script>
    </head>
    <body>
    <form>
    <button onclick="abc()">Click</button>
    </form>
    </body>
    </html>
    After the page loads, i pressed F12 and the firebug window appeared as follows:
    Name:  Untitled.png
Views: 110
Size:  26.1 KB

    But i am not able to find any EDIT button to edit the HTML. The EDIT button is generally available in Firefox where we install the Firebug plugin. Please inform where can i get the EDIT button in browsers other than firefox such as chrome in this case.

    Thanks

  2. #2
    Junior Member phytax's Avatar
    Join Date
    Feb 2012
    Posts
    19

    Re: Editing HTML problem

    In CHROME you use Firebug Lite which is not the same as Firebug
    see: http://getfirebug.com/releases/lite/chrome/

  3. #3
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Editing HTML problem

    Chrome has it's own debugger - hit the wrench in the upper right corner

    Tools > Developer tools.

    I've never used it myself for more than a fleeting moment - but it appeared to have much of the functionality of FireBug - not sure if it's as robust...

    [edit] @ phytax - welcome to the Forum!! [/edit]
    Last edited by szlamany; Feb 18th, 2012 at 11:06 AM.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width