Ir para conteúdo
Fórum Script Brasil

victormartins

Membros
  • Total de itens

    1.002
  • Registro em

  • Última visita

Posts postados por victormartins

  1. em ASP, você poderia fazer assim:

    contato.asp

    <table cellSpacing="0" cellPadding="0" width="100%" border="0" height="356">
                            <tbody>
                              <tr align="middle" bgColor="#ffffff" width="100%">
                                <td height="356" valign="top" bgcolor="#F5F5F5">
                                  &nbsp;
                                  <table cellSpacing="0" cellPadding="2" border="0" widht="100%" width="526">
                                        <tr bgColor="#ffffff">
                                     <form method="post" action="enviaemail.asp">
                                        </tr>
                                        <tr bgColor="#ffffff">
                                          <td vAlign="top" width="160" bgcolor="#F5F5F5"><font face="arial" size="2" color="#000000"><b>Seu
                                            Nome:</b></font></td>
                                          <td vAlign="top" width="354" bgcolor="#F5F5F5"><font face="arial" size="2" color="#000000"><input size="30" name="nomecompleto" MAXLENGHT="50"></font></td>
                                        </tr>
                                                                              <td vAlign="top" width="160" bgcolor="#F5F5F5"><font face="arial" size="2" color="#000000"><b>Seu
                                            e-mail:</b></font></td>
                                          <td vAlign="top" width="354" bgcolor="#F5F5F5"><font face="arial" size="2" color="#000000"><input size="30" name="email" MAXLENGHT="50"></font></td>
                                        </tr>
                                        <tr bgColor="#ffffff">
                                          <td vAlign="top" width="160" bgcolor="#F5F5F5"><font face="arial" size="2" color="#000000"><b>Telefone:</b></font></td>
                                          <td vAlign="top" width="354" bgcolor="#F5F5F5">
                                          <input size="30" name="telefone" MAXLENGHT="50"></td>
                                        </tr>
                                        <tr bgColor="#ffffff">
                                          <td vAlign="top" width="160" bgcolor="#F5F5F5"><font face="arial" size="2" color="#000000"><b>Mensagem: <br>
                                          </b></font></td>
                                          <td vAlign="top" width="354" bgcolor="#F5F5F5"><font face="arial" size="2" color="#000000"><textarea name="mensagem" rows="8" wrap="hard" cols="40" MAXLENGHT="256" SIZE="256"></textarea></font></td>
                                        </tr>
                                        <tr bgColor="#ffffff">
    
                                        <tr align="middle" bgColor="#ffffff">
                                          <td colSpan="2" width="520" bgcolor="#F5F5F5">
                                            <p align="center"><font face="arial" size="2" color="#000000">
                                            <input type="submit" value="Enviar" name="Enviar">
                                            &nbsp; <input type="reset" value="Limpar" name="Limpar">
                                            </font></p>
                                          </td>
                                        </tr>
                                    </table>
                                  </td>
                                </tr>
                                </FORM>
                              </tbody>
                            </table>
    
    enviaemail.asp
    <%
    Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
    Mailer.RemoteHost = "mail.servidor.com.br"
    Mailer.FromName = request.form("nomecompleto")
    Mailer.FromAddress = request.form("email")
    Mailer.AddRecipient "Nome" , "email@servidor.com.br"
    Mailer.Subject = "Contato"
    
    Mailer.BodyText = "Nome: " & request.form("nomecompleto") & vbcrlf
    Mailer.BodyText = "E-mail: " & request.form("email") & vbcrlf
    Mailer.BodyText = "Telefone: " & request.form("telefone") & vbcrlf
    Mailer.BodyText = "Mensagem: " & request.form("mensagem") & vbcrlf
    
    if Mailer.SendMail then 
    Response.redirect "ok.asp" 
    else 
    Response.Write mailer.response
    end if
    %>
    

    o servidor tem que suportar ASP e ASPMail

  2. &label600=Party&constructor=[type Function]&__proto__=[object Object]&globalsound=[object Object]&freeze=halt&url=http://www.eu.blogger.com.br&urljumpto=http://www.eu.blogger.com.br&loop=0&loaded=1&effect=600&colorbackground=0x000000&colortext=0xFFFFFF&line1=MEU TEXTO&line2=&line3=&line4=&line5=&x1=105&x2=60&x3=60&x4=60&x5=60&y1=150&y2=150&y3=150&y4=150&y5=150&vol=60&s1=100&s2=100&s3=100&s4=100&s5=100&bg=1&frameto=_level0.interfaceholder.frameonclick&license=Don't remove this paragraph, or your template will stop working. Anim-FX owns the copyright to this template, which may not be sold or resold, in its original form or as part of another template, by anyone other than Anim-FX.com. To check the full license restrictions, please refer to http://www.anim-fx.com/license.html.&

    que que é isso^???

  3. E dai voce criaria um arquivo em asp que gerasse todo o script...(conexao com bd e tudo mais) dai atraves de um objeto "FSO" voce leria este arquivo de texto do html, o colocaria em uma string e então daria uns "replaces" para poder trocar o conteudo pelos comentarios de html..

    :blink:

  4. PRECISO...

    EU também PRECISO DE TANTA COISA

    EM VEZ DE FICAR PEDINDO

    ESTUDE

    FAÇA VOCÊ MESMO

    POSTE SUAS DÚVIDAS AQUI

    A GALERA TE AJUDA

    SE NÃO TEM INTERESSE EM APRENDER

    PROCURE NO GOOGLE

    Coitado do cara! ^

    da uma procurada no ScriptBrasil que lá deve ter algum codigo! :D

×
×
  • Criar Novo...