I\'m would like to do what lifestream and other sites have done with oauth authentication by using a pop up window. They open a popup window which somehow wasn\'t blocked by th
The thing is, this is not a pop-up window. It's what usually called lightbox. A js script like fancybox, lightbox and many others. You basically can open an iframe in a div with a absolut position and high z-index, then put an overlay underneath.