Opening new window in HTML for target="_blank"
        Posted  
        
            by alex
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by alex
        
        
        
        Published on 2010-03-29T21:26:06Z
        Indexed on 
            2010/03/29
            21:33 UTC
        
        
        Read the original article
        Hit count: 182
        
<a href="facebook.com/sharer" target="_blank" >Share this</a>
How do I make this a certain width and height, in a new window, when the user clicks on it? In firefox, the current code only opens up a new tab (not a new window)
© Stack Overflow or respective owner