Jump to content
Fórum Script Brasil
  • 0

Configurar a aparência de frames abertos com script


RCabral

Question

Olá pessoal, estou precisando de ajuda para configurar as frames que são aberto pelo seguinte script:

=====================================================================================

<script language=JavaScript>

<!--

function loadFrames(page1, page2) {

framecode = "<frameset rows='10%,90%' width='100%' frameborder='no' border='0' framespacing='0'>"

+ "<frame src='" + page1 + "'>"

+ "<frame src='" + page2 + "'>"

+ "</frameset>";

page = window.open("");

page.document.open();

page.document.write(framecode);

page.document.close();

}

// End -->

</SCRIPT>

<b><A href="java script:loadFrames('http://www.teste.com/','http://www.bobrinha.com/swf/cocoman.swf')">

Clique para abrir</A></b>

========================================================================================================

Está funcionando certo, porém a página que é aberta aparece "sem título", seria bom poder configurar um. Além disso os frames são abertos em outra página com o endereço "about:blank", o endereço não é muito importante, mas eu preciso que eles sejam abertos na mesma janela. PRECISO TAMBÉM CONFIGURAR PARA CENTRALIZAR O CONTEÚDO A SER ABERTO.

Aguardo resposta!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...