Valeu ai moçada

Posted 15/12/2003, 13:01
Posted 15/12/2003, 13:36
Ai da pra configura td tamanho da janela, c tem barra de status e etc...<script language="JavaScript">
<!--
window.open('http://localhost/not...=315,height=380');
//-->
</script>
Posted 15/12/2003, 13:46
Posted 15/12/2003, 14:51
Posted 16/12/2003, 03:05
if ($_GET['showMode'] == 'popup') { echo "<script language=\"JavaScript\"> <!-- window.open('http://localhost/noticias.php?id=01','janela',& #39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,menubar=no,width=315,height=380'); //--> </script>"; }
Posted 16/12/2003, 13:09
<?
if ($_GET['showMode'] == 'popup') {
echo "<script language=\"JavaScript\">
<!--
window.open('http://meusite.com/noticias/noticia02.php','noticia02',& #39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,men
ubar=no,width=315,height=380');
//-->
</script>";
}
?>
Posted 16/12/2003, 15:37
<script language="JavaScript">
var width = 250;
var height = 215;
var left = 99;
var top = 99;
URL = "http://meusite.com/n...noticia02.php";
window.open(URL,'promo', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
</script>
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)