javascript - Why is this getting "invalid argument" error in IE8? (window.open) -



javascript - Why is this getting "invalid argument" error in IE8? (window.open) -

function popuplink(link){ var popup = window.open(link,'facebook share','menubar=0,directories=0,toolbar=0,resizable=1,status=0,location=0,width=500,height=350'); if(!popup){ homecoming true; }else{ homecoming false; } }; popuplink('http://www.facebook.com/sharer.php?u=http%3a%2f%2fmsn.com%2f');

i want pop link...

window names cannot include spaces in ie. alter 'facebook share' 'facebookshare'

javascript html css templates

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -