Ir para conteúdo
Fórum Script Brasil

fercosmig

Moderadores
  • Total de itens

    4.048
  • Registro em

  • Última visita

Posts postados por fercosmig

  1. quanto aos quadros (frames) teria que fazer 3

    &&$$$$$$$

    &&$$$$$$$

    &&#####

    &&#####

    &&#####

    &&#####

    <frameset rows="*" cols="80,*" frameborder="NO" border="0" framespacing="0">

    <frame src="arquivo1.htm" name="leftFrame" scrolling="NO" noresize title="leftFrame">

    <frameset rows="80,*" frameborder="NO" border="0" framespacing="0">

    <frame src="arquivo2.htm" name="topFrame" scrolling="NO" noresize title="topFrame">

    <frame src="arquivo3.htm" name="mainFrame" title="mainFrame">

    </frameset>

    </frameset>

    ou

    $$$$$$$$$

    $$$$$$$$$

    &&#####

    &&#####

    &&#####

    &&#####

    <frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">

    <frame src="arquivo1.htm" name="topFrame" scrolling="NO" noresize title="topFrame" >

     

    <frameset cols="80,*" frameborder="NO" border="0" framespacing="0">

    <frame src="arquivo2.htm" name="leftFrame" scrolling="NO" noresize title="leftFrame">

    <frame src="arquivo3.htm" name="mainFrame" title="mainFrame">

    </frameset>

    </frameset>

    abraços

  2. While IE supports the first method shown for most attributes, if you want to set the "name" attribute of an element you must use the second method. This is a problem since Mozilla will throw an exception on the latter. Thankfully, we can use exception handling for an easy workaround:

    é talvez seja um problema no firefox.! vou fzer uns testes e posto aqui!

    abraços

    opa!

    deslogado!

    abraços

    ----- edited -----

    é amigo! teste 2 exemplos que só rodaram no IE!

    vo da uma olhada no codigo ae! mas duvido que eu arrume!

    abraços

  3. se você colocar um form separado do outro cada um com um nome e com seu botao enviar.

    ele envia somente o que for clicado

    <form name="a" method="post" action="recebe.asp">

    <input type="text" name="a1" />

    <input type="submit" name="a2" value="Vai A" />

    </form>

    <form name="b" method="post" action="recebe.asp">

    <input type="text" name="b1" />

    <input type="submit" name="b2" value="Vai B" />

    </form>

    abraços

×
×
  • Criar Novo...