HI!! I have an application in php that runs on facebook. Surprisingly it works ok in IE and chrome BUT in mozilla does not open a new window with information .. The code that I´m using is :
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
..
..
<a href="javascript:MM_openBrWindow('detalle5.php?id=<?php echo $array_id[$j];?> ','','scrollbars=yes,resizable=yes,width=645,height=450')">
<img src="images_sai/icono_lupa.gif" width="20" height="15" border="0" ><span class="guevo"> Click aquí para más detalles<br><br></span></a>
..
You can test in https://www.facebook.com/lunan.shirley?sk=app_190322544333196 . You have to click in LIKE and then in the application just click in the magnifier "CLICK AQUI PARA MAS DETALLES" (sorry is in spanish). If you run in mozilla will NOT open the new window. In chrome and IE works FINE!!!
Anyone can help me. This error is driving me crazy !!!!