window.open causing error in IE only.
        Posted  
        
            by John Isaacks
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by John Isaacks
        
        
        
        Published on 2010-05-13T20:01:15Z
        Indexed on 
            2010/05/13
            20:04 UTC
        
        
        Read the original article
        Hit count: 311
        
JavaScript
|internet-explorer
I am calling this from ie8:
function verify_ssl()
{
    window.open ("https://seal.godaddy.com/verifySeal?sealID=129275340046e2e09512711f05bc73f617fac022950185486622550",
    "ssl-window","status=0,toolbar=0,menubar=0,resizable=0,width=540,height=435");
}
It says invalid argument, It works fine in FF and Chrome. Any idea what the issue is in IE?
© Stack Overflow or respective owner