Ir para conteúdo
Fórum Script Brasil
  • 0

Alguém Pode Me Ajudar


nemfalonada

Pergunta

alguém pode me ajudar. já tentei de tudo ou quase tudo este form é do scriptbrasil

mas coloquei nas condições do meu site ae não funcionou mais eis o codigo, o que sera que tem de errado.

<html>

<head>

<meta http-equiv="Content-Language" content="pt-br">

<meta name="GENERATOR" content="Microsoft FrontPage 5.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>contato</title>

</head>

<body>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="373">

  <tr>

    <td width="1" height="10" align="left" valign="top" bgcolor="#4080B0">

    <img border="0" src="canto/esq%20a.gif" width="5" height="5"></td>

    <td width="979" height="10" bgcolor="#4080B0" colspan="3">&nbsp;<span style="font-weight: 700; letter-spacing: 1"><font face="Arial Narrow" size="2" color="#FFFFFF">Thiago

    Sarnovski</font></span></td>

    <td width="1" height="10" align="right" valign="top" bgcolor="#4080B0">

    <img border="0" src="canto/dir%20a.gif" width="5" height="5"></td>

  </tr>

  <tr>

    <td width="1" colspan="5" height="1" style="border-left: 1px solid #4080B0; border-right: 1px solid #4080B0">

    </td>

  </tr>

  <tr>

    <td width="1" height="1" align="left" valign="top" bgcolor="#4080B0">

    <img border="0" src="canto/esq%20a.gif" width="5" height="5"></td>

    <td width="1" height="1" bgcolor="#4080B0" colspan="3"></td>

    <td width="1" height="1" valign="top" bgcolor="#4080B0">

    <p align="right">

    <img border="0" src="canto/dir%20a.gif" width="5" height="5"></td>

  </tr>

  <tr>

    <td width="1" height="297" bgcolor="#4080B0" rowspan="2"></td>

    <td width="5" height="146" valign="top" align="left">

    <img border="0" src="canto/esq%20a%20branco.gif" width="5" height="5"></td>

    <td width="974" height="290" rowspan="2">

    <div align="center">

      <center>

<table width="30%" border="0" cellspacing="0" cellpadding="0" height="330" style="border-collapse: collapse" bordercolor="#111111">

<tr><td height="1"><input type="hidden" name="email" value="thiagomesmo@ig.com.br">

</td>

</tr>

<tr><td height="1"><input type="hidden" name="titulo" value="SUPORTE NFN">

</font>

</td>

<tr>

<td height="19">

<font size="2" face="Verdana, Arial, Helvetica, sans-serif">

Nome<tr><td height="23"><input type="text" name="campo1" size="44">

</font></td>

</tr>

<td height="16"></td>

</tr>

<tr>

<td height="19">

<font size="2" face="Verdana, Arial, Helvetica, sans-serif">

E-mail<tr><td height="23"><input type="text" name="campo2" size="44">

</font></td>

</tr>

<td height="16"></td>

</tr>

<tr>

<td height="19">

<font size="2" face="Verdana, Arial, Helvetica, sans-serif">

Assunto<tr><td height="23"><input type="text" name="campo3" size="44">

</font></td>

</tr>

<td height="16"></td>

</tr>

<tr>

<td height="19">

<font size="2" face="Verdana, Arial, Helvetica, sans-serif">

Mensagem<tr><td height="76"><textarea name="campo4" cols="42" rows="8"></textarea>

</font></td>

</tr>

<tr>

<td height="26">

<div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">

<input type="submit" name="Enviar" value="Enviar">

</font></div>

</form>

</td>

</tr>

</table>

      </center>

    </div>

    </td>

    <td width="5" height="146" valign="top" align="right">

    <img border="0" src="canto/dir%20a%20branco.gif" width="5" height="5"></td>

    <td width="1" height="297" bgcolor="#4080B0" rowspan="2">&nbsp;</td>

  </tr>

  <tr>

    <td width="5" height="147" valign="bottom" align="left">

    <img border="0" src="canto/esq%20b%20branco.gif" width="5" height="5"></td>

    <td width="5" height="147" valign="bottom" align="right">

    <img border="0" src="canto/dir%20b%20branco.gif" width="5" height="5"></td>

  </tr>

  <tr>

    <td width="1" height="1" valign="bottom" bgcolor="#4080B0">

    <p align="left">

    <img border="0" src="canto/esq%20b.gif" width="5" height="5"></td>

    <td width="1" height="1" bgcolor="#4080B0" colspan="3"></td>

    <td width="1" height="1" valign="bottom" bgcolor="#4080B0">

    <p align="right">

    <img border="0" src="canto/dir%20b.gif" width="5" height="5"></td>

  </tr>

</table>

</body>

</html>

Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts Recomendados

  • 0
esse "não funcionou" ficou muito vago... o que exatamente não funciona? retorna algum erro? Explica melhor pra gente te ajudar

quando se clica no botão enviar, simplesmente não aparece nada nem carrega. fica normal como se não tivesse clicado ali. para saber exatamente o que acontece jogue este codigo que postei acima no bloco de notas e salve como contato.htm e execute ae você vera o que esta acontecendo.

Agradeço antecipadamente pela atenção.

Link para o comentário
Compartilhar em outros sites

  • 0

pra começar, a tag de abertura <form> não foi declarada. Obviamente, sem essa tag propriedades como ACTION e METHOD tb não foram declaradas. Se você sabe concertar isso, dá mais uma olhada lá onde você pegou esse codigo porque esse aí tá incompleto.

Se precisar de um formulário simples (básico do básico) clique AQUI ... ultimo comentario! wink.gif

Link para o comentário
Compartilhar em outros sites

  • 0
pra começar, a tag de abertura <form> não foi declarada. Obviamente, sem essa tag propriedades como ACTION e METHOD tb não foram declaradas. Se você sabe concertar isso, dá mais uma olhada lá onde você pegou esse codigo porque esse aí tá incompleto.

Se precisar de um formulário simples (básico do básico) clique AQUI ... ultimo comentario! wink.gif

CONCERTEI O CODIGO AQUI ESTA ELE

<html>

<head>

<meta http-equiv="Content-Language" content="pt-br">

<meta name="GENERATOR" content="Microsoft FrontPage 5.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>Thiago Sarnovski</title>

</head>

<body topmargin="3">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="373">

  <tr>

    <td width="5" height="16" align="left" valign="top" bgcolor="#4080B0">

    <img border="0" src="canto/esq%20a.gif" width="5" height="5"></td>

    <td width="979" height="18" bgcolor="#4080B0" colspan="3">&nbsp;<span style="font-weight: 700; letter-spacing: 1"><font face="Arial Narrow" size="2" color="#FFFFFF">Contato</font></span></td>

    <td width="5" height="18" align="right" valign="top" bgcolor="#4080B0">

    <img border="0" src="canto/dir%20a.gif" width="5" height="5"></td>

  </tr>

  <tr>

    <td width="985" colspan="5" height="1" style="border-left: 1px solid #4080B0; border-right: 1px solid #4080B0">

    </td>

  </tr>

  <tr>

    <td width="5" height="1" align="left" valign="top" bgcolor="#4080B0">

    <img border="0" src="canto/esq%20a.gif" width="5" height="5"></td>

    <td width="979" height="1" bgcolor="#4080B0" colspan="3"></td>

    <td width="5" height="1" valign="top" bgcolor="#4080B0">

    <p align="right">

    <img border="0" src="canto/dir%20a.gif" width="5" height="5"></td>

  </tr>

  <tr>

    <td width="5" height="297" bgcolor="#4080B0" rowspan="2">&nbsp;</td>

    <td width="5" height="146" valign="top" align="left">

    <img border="0" src="canto/esq%20a%20branco.gif" width="5" height="5"></td>

    <td width="974" height="290" rowspan="2">

    <div align="center">

      <center>

      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="364" id="AutoNumber2">

        <tr>

          <td width="363" height="1"><form action="https://www.scriptbrasil.com.br/mail/mail.php" method="post">

</tr>

<td width="4" height="1"></td>

</tr>

<tr><td width="363" height="1"><input type="hidden" name="resposta" value="www.nemfalonada.pop.com.br/obrigado.htm">

</td>

</tr>

<body bgcolor="#FFFFFF" topmargin="3">

<tr>

<td height="1" width="363"></td>

</tr>

<tr><td height="1" width="363"><input type="hidden" name="email" value="thiagomesmo@ig.com.br">

</font>

</td>

</tr>

<tr>

<td height="1" width="363"></td>

</tr>

<tr>

<td height="1" width="363"></td>

</tr>

<tr><td width="363" height="1"><input type="hidden" name="titulo" value="SUPORTE NFN">

</font>

</td>

</tr>

<td width="363" height="1"></td>

</tr>

<tr>

<td width="363">

<font size="2" face="Verdana, Arial, Helvetica, sans-serif">Nome:</font><tr>

  <td width="363">

  <input type="text" name="campo1" size="59" style="color: #33668C; font-family: Comic Sans MS; font-size: 8 pt; border: 1px solid #4080B0; background-color: #DAE8F1">

</font></td>

</tr>

<td width="363">&nbsp;</td>

</tr>

<tr>

<td width="363">

<font size="2" face="Verdana, Arial, Helvetica, sans-serif">E-mail:</font><tr>

  <td width="363">

  <input type="text" name="campo2" size="59" style="font-family: Comic Sans MS; color: #33668C; font-size: 8 pt; border: 1px solid #4080B0; background-color: #DAE8F1">

</font></td>

</tr>

<td width="363">&nbsp;</td>

</tr>

<tr>

<td width="363">

<font size="2" face="Verdana, Arial, Helvetica, sans-serif">Assunto:</font><tr>

  <td width="363">

  <input type="text" name="campo3" size="59" style="color: #33668C; font-size: 8 pt; font-family: Comic Sans MS; border: 1px solid #4080B0; background-color: #DAE8F1">

</font></td>

</tr>

<td width="363">&nbsp;</td>

</tr>

<tr>

<td width="363">

<font size="2" face="Verdana, Arial, Helvetica, sans-serif">Mensagem:</font><tr>

  <td width="363">

  <textarea name="campo4" cols="56" rows="6" style="font-family: Comic Sans MS; color: #33668C; border: 1px solid #4080B0; background-color: #DAE8F1"></textarea>

</font></td>

</tr>

<tr>

<td width="363">

<div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">

<input type="submit" name="Enviar" value="Enviar"> <br>

&nbsp;</font></div>

</form>

</td>

</tr></td>

        </tr>

      </table>

      </center>

    </div>

    </td>

    <td width="5" height="146" valign="top" align="right">

    <img border="0" src="canto/dir%20a%20branco.gif" width="5" height="5"></td>

    <td width="5" height="297" bgcolor="#4080B0" rowspan="2">&nbsp;</td>

  </tr>

  <tr>

    <td width="5" height="147" valign="bottom" align="left">

    <img border="0" src="canto/esq%20b%20branco.gif" width="5" height="5"></td>

    <td width="5" height="147" valign="bottom" align="right">

    <img border="0" src="canto/dir%20b%20branco.gif" width="5" height="5"></td>

  </tr>

  <tr>

    <td width="5" height="1" valign="bottom" bgcolor="#4080B0">

    <p align="left">

    <img border="0" src="canto/esq%20b.gif" width="5" height="5"></td>

    <td width="979" height="1" bgcolor="#4080B0" colspan="3"></td>

    <td width="5" height="1" valign="bottom" bgcolor="#4080B0">

    <p align="right">

    <img border="0" src="canto/dir%20b.gif" width="5" height="5"></td>

  </tr>

</table>

</body>

</html>

AGORA ESTA ASSIM AS VEZES ELE ENVIA O E-MAIL E AS VEZES não TIPOW assim você preenche os dados ae você clica em ok beleza ele envia aparece a tela que envio bem ae ele manda para meu e-mail as vezes uma vez sim outa não, não sei o que pode ser, ou é problema no meu pc mesmo.

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,3k
×
×
  • Criar Novo...