Does anyone know how facebook connect buttons generate the pop-up window that you use to sign in?
I would think that there's a code like this..
<a href="#" onClick="MyWindow=window.open('http://www.yahoo.com','MyWindow','toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,width=600,height=300'); return false;">Click Here</a>
but I haven't found anything similar in the documentation.