Hi,
I tried using Firebug in Chrome and i used this code:
After the page loads, i pressed F12 and the firebug window appeared as follows: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>
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




Reply With Quote