Jump to content
Fórum Script Brasil
  • 0

Geturl: Como Abrir Um Html Fullscreen?


Guest raquelwebdesigner

Question

5 answers to this question

Recommended Posts

  • 0

on (release) {

getURL("javascript:window.open('arquivo.html','janela','fullscreen=yes,toolbars=no')");

}

Link to comment
Share on other sites

  • 0

Pessoal

Utilizei o código acima e funcionou direitinho.

Mas deu um pepino.

Depois que eu clico no botão, a janela do navegador que possui o filme abre uma nova página com o código javascript na barra de título da página e na barra de endereços, e no corpo da página aparece [object].

Isso é normal?

Link to comment
Share on other sites

  • 0

humm tenta assim então:

on (release) {

getURL("javascript:window.open('arquivo.html','janela','fullscreen=yes,toolbars=no')","_blank");

}

Link to comment
Share on other sites

  • 0

EUREKA!

Consegui arrumar!

Botão flash, coloquei:

getURL("javascript:MM_openBrWindow('contato.htm','','scrollbars=yes,width=700,height=500')");

e dentro do arquivo html entre as tags <head> e </head>, coloquei o seguinte:

<script language="JavaScript" type="text/JavaScript">

<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0

window.open(theURL,winName,features);

}

//-->

</script>

dessa forma fuinciona direitinho.

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
      651.8k
×
×
  • Create New...