Guest Karen Postado Agosto 28, 2003 Denunciar Share Postado Agosto 28, 2003 Pessoal,Peguei um script aqui no site, mas ele não funciona, gostaria de saber se o script está correto.valeu!Obs: Não funciona porque não redimenciona, ele simplesmente abre uma janela como se fosse um popup + - de 780x460<!-- Instruções:Aqui está o código prontinho para você por no seu site!!!!Apenas mude os atributos (scrollbars etc..) se quiser, o nome da página e a extensão.Se quiser ver mais exemplos interessantes como esse, visite a página: http://www.zbc.kit.net //--><html><head><script><!--function janela(){window.open("http://www.zbc.kit.net","","scrollbars=yes");moveTo(-4,-4);resizeTo(screen.width+8,screen.height-20)}//--></script></head><body bgcolor="black" text="white" link="white" vlink="white" alink="white">Abra o Código HTML<br><a href="java script:janela()">Janela que se adapta a sua tela</a></body></html> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 FA1C0N Postado Agosto 28, 2003 Denunciar Share Postado Agosto 28, 2003 Karen eu tenho outro codigo q talvez te ajude :) você só precisa editar ele T+<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- Começa Aqui --> <script LANGUAGE="JavaScript"> <!-- Original: Martijn Sinnema (sinnemavleiger@wanadoo.nl) --> <!-- Web Site: http://home.wanadoo.nl/sinnemavlieger/martin --> <!-- function expandingWindow(website) { var heightspeed = 4; // velocidade vertical var widthspeed = 9; // velocidade horizontal var leftdist = 0; // distância da margem esquerda var topdist = 0; // distância do topo if (document.all) { var winwidth = window.screen.availWidth - leftdist; var winheight = window.screen.availHeight - topdist; var sizer = window.open("","","left=" + leftdist + ",top=" + topdist + ",width=1,height=1,scrollbars=yes"); for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) { sizer.resizeTo("1", sizeheight); } for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) { sizer.resizeTo(sizewidth, sizeheight); } sizer.location = website; } else window.location = website; } // fim --> </script> <!-- Continua mais abaixo--> <link rel="stylesheet" href="../estilo.css"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#FF6600" vlink="#FF6600" alink="#FF9900" topmargin="0" marginheight="0"> <table width="430" border="0" cellspacing="0" cellpadding="0"> <tr align="center"> <td><img src="../imagens/scripts_logo.gif" width="366" height="67"><br> <br> </td> </tr> <tr> <td><img src="../imagens/linha.gif" width="100%" height="2"> </td> </tr> <tr> <td> <p> <font face="Arial, Verdana" size="2"><b><font color="#FF6600">janela expandida</font></b></font><br> <br> <!-- Começa Aqui --> <a href="http://www.yahoo.com" onClick="expandingWindow('http://www.yahoo.com/');return false;">Yahoo</a> <br><a href="http://www.av.com/" onClick="expandingWindow('http://www.av.com/');return false;">Alta Vista</a> <!-------- Termina Aqui --------> </td> </tr> <tr> <td> <br> <br> <a href="javascript:window.location='view-source:' +window.location.href"> <img src="../imagens/bot_cod.gif" width="78" height="19" border="0"></a><br> <a href="javascript:history.go(-1)"><img src="../imagens/bot_voltar.gif" width="35" height="16" border="0"></a><br> <br> <img src="../imagens/linha.gif" width="100%" height="2"><br> <font face="Arial, Verdana" size="1">© HTML Guide</font></td> </tr> </table> </body> </html>Si mesmo assim não funcionar, me da um toque!!! FALOW Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Guest Karen Postado Agosto 28, 2003 Denunciar Share Postado Agosto 28, 2003 Si mesmo assim não funcionar, me da um toque!!! FALOW valeu! Com esses scripts já resolvo meu problema.Entrei no site do Barão vermelho que tem o mesmo esquema e copiei o script deles tb.<script language="JavaScript"><!-- var agt=navigator.userAgent.toLowerCase(); var is_nav = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1) && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1) && (agt.indexOf('webtv')==-1)); var is_ie = (agt.indexOf("msie") != -1); if (is_nav) { var h = (parseInt(screen.availHeight)-47); var w = (parseInt(screen.availWidth)-11); window.open('home.htm','Teste','resizable=yes,menubar=yes,screenX=0,screenY=0,height='+h+',width='+w); } else { if (is_ie) { var h = (parseInt(screen.availHeight)-77); var w = (parseInt(screen.availWidth)-11); window.open('home.htm','Teste','resizable=yes,menubar=yes,top=0,left=0,height='+h+',width='+w); } }// --></script>Obs: É só javascript, não entra "body Onload"Quem quiser usar precisa alterar o link e o nome.valeu! ;) Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest Karen
Pessoal,
Peguei um script aqui no site, mas ele não funciona, gostaria de saber se o script está correto.
valeu!
Obs: Não funciona porque não redimenciona, ele simplesmente abre uma janela como se fosse um popup + - de 780x460
<!-- Instruções:
Aqui está o código prontinho para você por no seu site!!!!
Apenas mude os atributos (scrollbars etc..) se quiser, o nome da página e a extensão.
Se quiser ver mais exemplos interessantes como esse, visite a página: http://www.zbc.kit.net //-->
<html>
<head>
<script>
<!--
function janela()
{
window.open("http://www.zbc.kit.net","","scrollbars=yes");
moveTo(-4,-4);
resizeTo(screen.width+8,screen.height-20)
}
//-->
</script>
</head>
<body bgcolor="black" text="white" link="white" vlink="white" alink="white">
Abra o Código HTML<br>
<a href="java script:janela()">Janela que se adapta a sua tela</a>
</body>
</html>
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.