How to open the console in different browsers?
        Posted  
        
            by 
                Šime Vidas
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by Šime Vidas
        
        
        
        Published on 2011-01-31T23:21:08Z
        Indexed on 
            2011/02/01
            15:33 UTC
        
        
        Read the original article
        Hit count: 365
        
browsers
Chrome:
- Press CTRL + SHIFT + I to open the Developer Tools.
 - Click on the "Open console." icon in the bottom left corner.
 
IE9:
- Press F12 to open the developer tools.
 - Open the Script tab, click the "Console" button on the right.
 
Firefox 4:
- Press CTRL + SHIFT + K to open the Web console.
 
What about Opera 11 and Safari 5?
Clarification: By console I mean the JavaScript console that lets you input and execute JavaScript code.
© Pro Webmasters or respective owner