I am trying to open a new link in a popup window, but its not working.
This is the snippet that I am using for opening the popup
function load() {
window.open('../../fbConnect.php','','scrollbars=no,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,status=no');
}
I am then calling the function load .
Can anyone predict whats wrong in my approach ?
May your browser block the popup? I tried to run this code and it worked after I enabled popups.