Jump to content
Fórum Script Brasil
  • 0

Problemas em diminuir fonte em Popup resizer


luiz.carvalho

Question

Bom dia Pessoal!!!

Estou com um problema e gostaria de uma ajuda!

Estou criando um popup para redimensionar um tela em java no IE 4.0 para windows CE.

O popup da certinho mas o conteúdo dele não fica enquadrado certo dentro do Popup.

Acredito se eu conseguir diminuir a fonte do que eu estou mostrando daria certo.

Tem como fazer isso?

Segue meu código:

<script language="JavaScript">
function abrir(URL) {
var width = 640;
var height = 250;
var left = 99;
var top = 99;
window.open(URL,'janela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}
</script>
<a href="javascript:abrir('www.google.com');">Clique Aqui</a>
Tudo que aparecer no popup nas trocas de telas tem que ser com fonte diminuida.
Desde já muito obrigado...

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