Jump to content
Fórum Script Brasil
  • 0

Janela Window


decpat

Question

function Abrir(end,w,h){

window.open(end,"popWindow","top=200,left=200,width="+w+",height="+h);

Quando uso a função window.open em qualquer situação, o meu IE 6 abre uma janela que tem todo o quadro, mas o miolo fica transparente e não abre nada.

Sera configuração? :(

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Ae mano, pelo que eu entendi a sua janela fica sem conteudo, talvez falta alguma coisa na função.

você escreveu assim:

function Abrir(end,w,h){

window.open(end,"popWindow","top=200,left=200,width="+w+",height="+h);

e deve ser assim:

function Abrir(end,w,h)

{

w="200px"

h=" 200px"

window.open(end,"popWindow","top=200,left=200,width="+w+",height="+h);

}

Tenta isso pois parece que está faltando as definições de w e h

falou mano

Link to comment
Share on other sites

  • 0

Tex, se eu não me engano o "w" e o "h" ele vai pegar do usuário......

certo????

seguinte, para que você quer isso??? para abrir uma janela com a página de acordo com as config do usuário????????

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...