paribe
Agosto 24, 2009, 4:41pm
#1
Olá,
uma duvida como faço pra tirar o endereço que abriu no window.open http://localhost:8080
alguém pode me ajudar …
abs
window.open("${DetalhadoPath}",'janela', "width=370, height=450, top=99, left=99, scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no");
open("/project/biriri.bororo.logic",‘window1’,‘width=480,top=1,left=1,height=250’);
paribe
Agosto 24, 2009, 5:31pm
#4
no window.open como tiro no navegador
o “x” que é pra fechar o navegador pois vou colocar um botão pra fechar …
alguém pode me ajudar…
abs
Leia a documentação do IE com atenção.
The Window interface's open() method loads the specified resource into the browsing context (window, iframe or tab) with the specified name. If the name doesn't exist, then a new window is opened and the specified resource is loaded into its...
Leia a documentação do Firefox com atenção.
The Window interface's open() method loads the specified resource into the browsing context (window, iframe or tab) with the specified name. If the name doesn't exist, then a new window is opened and the specified resource is loaded into its...
Não sei exatamente o que você quer, nem se dá para fazer; de qualquer maneira, veja a documentação e veja o que é possível. (Dica: você já viu um site com o botão de fechar desabilitado? Se já viu, copie o Javascript desse site. )