Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

fabwan

Microsoft VBScript compilation error '800a03f6'

Recommended Posts

To tendo a mensagem de erro abaixo. Alguem poderia me ajudar???

 

Valeu!

 

Microsoft VBScript compilation error '800a03f6'

 

Expected 'End'

 

/contato.asp, line 277

 

ASP
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<%

' Declarando Variaveis

Dim Mail                                 ' objeto mail

Dim FromName                   ' nome do remetente

Dim FromName2                ' complemento do remetente

Dim FromName3                ' Remetente completo   

Dim FromEmail                     ' endereço de Email do remetente

Dim ToEmail                       ' endereço do destinatario

Dim Subject                            ' Teste do Formulario 

Dim message                         ' corpo da mensagem

Dim ThisPage                   ' o endereco do seu site

Dim RefPage               ' a referencia URL

Dim Val_Input                     ' variável Booleana usada na validação

Dim Host                               ' nome do servidor

 

' Retorna o nome do arquivo de script e a url da pagina

ThisPage = Request.ServerVariables("SCRIPT_NAME")

RefPage = Request.ServerVariables("HTTP_REFERER")

 

Host      = "firmadigital.com.br" ' nome do seu servidor

message   = Trim(Request.Form("Message"))

Subject   = Trim(Request.Form("subject"))

ToEmail   = "fabiano@firmadigital.com.br; alexandre@firmadigital.com.br"

FromName = Trim(Request.Form("FromName"))

FromEmail = Trim(Request.Form("FromEmail"))

 

val_ent = True

val_ent = val_ent And FromName <> ""

val_ent = val_ent And val_email(FromEmail)

val_ent = val_ent And val_email(ToEmail)

 

If val_ent Then    

   Set Mail = Server.CreateObject("Persits.MailSender")

   Mail.Host = Host

   Mail.From = FromEmail

   Mail.FromName = FromName

   Mail.AddAddress ToEmail

   Mail.Subject = Subject

   Mail.Body = message

   on error resume next

   Mail.Send

   mensagem_erro = ""

   if err <> 0 then

      mensagem_erro = "Ocorreu o erro: " & Err.description

   end if

   Set Mail = Nothing

   on error goto 0

   response.Redirect "thanks.asp"

Else

   If "http://" & Request.ServerVariables("HTTP_HOST") & ThisPage = RefPage Then

      Response.Write "Verifique os campos por favor!" & "<BR>" & vbCrLf  

   End If

   Forms_x ThisPage, FromName, FromEmail, ToEmail, message, subject

End If

 

Function val_email(strEmail)

 

    Dim xVal

 

    xVal = True      

 

    If Len(strEmail) < 5 Then

         xVal = False

    Else

                 If Instr(1, strEmail, " ") <> 0 Then

            xVal = False

         Else

            If InStr(1, strEmail, "@", 1) < 2 Then    

                       xVal = False

                Else

                   If InStrRev(strEmail, ".") < _

                                  InStr(1, strEmail, "@", 1) + 2 Then

                                  xVal = False

                       End If

                End If

             End If

    End If

   

    val_email = xVal

               

End Function

 

Sub Forms_x (strPageName, FromName, FromEmail, ToEmail, message, subject) %>

 

<html>

<head>

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

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

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

 

<style type="text/css">

<!--

body {background-color: #FFFFFF;

}

 

p.body { font-family: tahoma, sans-serif ;

color: #000000;

text-decoration:  none;

font-size: 11px;

text-align: justify;

line-height: 1.3

}

 

p.bold { font-family: tahoma, sans-serif ;

text-decoration:  none;

color: #000000;

font-size: 11px;

text-align: left;

font-weight: bold;

line-height: 1.3

}

 

ul { font-family: tahoma, sans-serif ;

color: #000000;

text-decoration:  none;

font-size: 11px;

text-align: justify;

}

 

li { font-family: tahoma, sans-serif ;

color: #000000;

text-decoration:  none;

font-size: 11px;

text-align: justify;

}

 

 

a:link {

        font-family: tahoma, sans-serif;

        color: #335173;

        text-decoration: none;

}

 

a:visited {

        font-family: tahoma, sans-serif;

        color: #335173;

        text-decoration: none;

}

 

a:hover, a:active {

        font-family: tahoma, sans-serif;

        color: #657A44;

        text-decoration: none;

.style1 {font-size: 10px}

span.GramE {}

span.SpellE {}

.style4 {

        font-family: Verdana;

        font-size: 9px;

}

div.MsoNormal {mso-style-parent:"";

        margin:0cm;

        margin-bottom:.0001pt;

        mso-pagination:widow-orphan;

        font-size:12.0pt;

        font-family:"Times New Roman";

        mso-fareast-font-family:"Times New Roman";

        color:black;}

li.MsoNormal {mso-style-parent:"";

        margin:0cm;

        margin-bottom:.0001pt;

        mso-pagination:widow-orphan;

        font-size:12.0pt;

        font-family:"Times New Roman";

        mso-fareast-font-family:"Times New Roman";

        color:black;}

p.MsoNormal {mso-style-parent:"";

        margin:0cm;

        margin-bottom:.0001pt;

        mso-pagination:widow-orphan;

        font-size:12.0pt;

        font-family:"Times New Roman";

        mso-fareast-font-family:"Times New Roman";

        color:black;}

div.MsoNormal1 {mso-style-parent:"";

        margin:0cm;

        margin-bottom:.0001pt;

        mso-pagination:widow-orphan;

        font-size:12.0pt;

        font-family:"Times New Roman";

        mso-fareast-font-family:"Times New Roman";

        color:black;}

li.MsoNormal1 {mso-style-parent:"";

        margin:0cm;

        margin-bottom:.0001pt;

        mso-pagination:widow-orphan;

        font-size:12.0pt;

        font-family:"Times New Roman";

        mso-fareast-font-family:"Times New Roman";

        color:black;}

p.MsoNormal1 {mso-style-parent:"";

        margin:0cm;

        margin-bottom:.0001pt;

        mso-pagination:widow-orphan;

        font-size:12.0pt;

        font-family:"Times New Roman";

        mso-fareast-font-family:"Times New Roman";

        color:black;}

.style5 {font-family: Tahoma; font-weight: bold; font-size: 14px; }

.style6 {

        font-family: Verdana;

        font-size: 18px;

        font-weight: bold;

}

.style7 {

        font-family: Verdana;

        font-size: 12px;

}

 

-->

</style>

<title>..:: AR Forum - Certificação Digital ::..</title>

</head>

 

<body marginheight=0 marginwidth=0 topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0>

 

<table border="0" width="100%" cellpadding=0 cellspacing=0>

  <tr>

    <td><!-- INSERT HEADER IMAGE --><img src="header_blank.jpg" width="225" height="82"></td>

    <td width="100%" background="topborder.jpg"> </td>

    <td><img src="topright.jpg" width="320" height="82"></td>

  </tr>

</table>

<table border="0" width="100%" height="100%" cellpadding=0 cellspacing=0>

  <tr>

    <td width="160" height="100%" background="leftborder.jpg" valign="top">

    <table border="0" width="100%" cellpadding=0 cellspacing=0>

      <tr>

        <td width="100%"><img src="lefttop.jpg" width="160" height="44"></td>

      </tr>

      <tr>

        <td width="100%"><a href="cursos.html"><img src="button1_blank.jpg" width="160" height="51" border="0"></a></td>

      </tr>

      <tr>

        <td width="100%"><a href="certificados.html"><img src="button2_blank.jpg" width="160" height="46" border="0"></a></td>

      </tr>

      <tr>

        <td width="100%"><a href="valid.html"><img src="button3_blank.jpg" width="160" height="44" border="0"></a></td>

      </tr>

      <tr>

        <td width="100%"><a href="postos.html"><img src="button4_blank.jpg" width="160" height="45" border="0"></a></td>

      </tr>

      <tr>

        <td width="100%"><a href="contato.html"><img src="button5_blank.jpg" width="160" height="58" border="0"></a></td>

      </tr>

      <tr>

        <td width="100%"><img src="leftbottom.jpg" width="160" height="61"></td>

      </tr>

    </table>    </td>

    <td width="100%" valign="top">

   

   

    <table border="0" width="100%" cellpadding=30>

      <tr>

        <td width="100%" height="717" valign="top"><table width="57%" align="left">

          <tr>

            <td colspan="2"><div align="center"><span class="style6">Contato</span></div></td>

          </tr>

         

          <tr>

            <td colspan="2"> </td>

          </tr>

          <tr>

            <td colspan="2"><div align="center">

              <table width="40%"  border="0" align="center">

                <tr>

                  <td><form action="<%=strPageName%>" method="post" name=frmReferral>

                      <table border="0">

                        <tr>

                          <td align="right" valign="top" bgcolor="#FFFFFF"><p class="style5">Seu Nome:</p></td>

                          <td bgcolor="#FFFFFF"><input type="text" name="FromName" value="<%=FromName%>" size="50"></td>

                        </tr>

                        <tr>

                          <td align="right" valign="top" bgcolor="#FFFFFF"><p class="style5">Email:</p></td>

                          <td bgcolor="#FFFFFF"><input type="text" name="FromEmail" value="<%=FromEmail%>" size="50"></td>

                        </tr>

                        <tr>

                          <td align="right" valign="top" bgcolor="#FFFFFF"><p class="style5">Contato:</p></td>

                          <td bgcolor="#FFFFFF"><label>

                            <select name="subject" id="subject">

                              <option value="Informações - Mensagem do Site">Informações</option>

                              <option value="Comercial - Mensagem do Site">Comercial</option>

                            </select>

                            </label>

                                      </tr>

                        <tr>

                          <td bgcolor="#FFFFFF"><p class="style5">Mensagem:</p></td>

                          <td bgcolor="#FFFFFF"><label>

                            <textarea name="message" cols="50" rows="5" id="message"></textarea>

                          </label></td>

                        </tr>

                        <tr>

                          <td bgcolor="#FFFFFF"></td>

                          <td bgcolor="#FFFFFF"><input type="reset"  value="Limpar Dados" class="botoes" name=rstReferral>

                              

                            <input type="submit" value="Enviar"     class="botoes" name=subReferral></td>

                        </tr>

                      </table>

                  </form></td>

                </tr>

              </table>

            </div></td>

            </tr>

          <tr>

            <td width="48%"> </td>

            <td width="52%"> </td>

          </tr>

          <tr>

            <td colspan="2"><p class="style7"><strong>Telefone:</strong> 3228-9428<br>

              <br>

                <strong>Alexandre Ferraz</strong> - Ramal 37<br>

                    <strong>Fabiano Barbosa</strong> - Ramal 31<br>

                    <strong>Marcelo Silva</strong> - Ramal 33

</p>

              <p> </p></td>

          </tr>

        </table>

          <p align="center"> </p></td>

      </tr>

    </table>    </td>

  </tr>

  <tr>

    <td height="100%" background="leftborder.jpg" valign="top"> </td>

    <td valign="top"><div align="center" class="style4">

      <div align="center">Melhor Visualizado em 1024 x 768 - AR Forum © Todos os Direitos Reservados </div>

    </div></td>

  </tr>

</table>

 

 

</body>

</html>

 

Compartilhar este post


Link para o post
Compartilhar em outros sites

aparentemente falta finalizar a sub

Compartilhar este post


Link para o post
Compartilhar em outros sites

Poderia dizer onde amigo?

 

A linha 277 q ele aponta eh essa:

 

<td bgcolor="#FFFFFF"><input type="text" name="FromEmail" value="<%=FromEmail%>" size="50"></td>

Compartilhar este post


Link para o post
Compartilhar em outros sites

esta sub

 

Sub Forms_x (strPageName, FromName, FromEmail, ToEmail, message, subject) %>

 

esta sem END SUB

Compartilhar este post


Link para o post
Compartilhar em outros sites

bem

 

voce tem que finalizar a sub

 

o que vai por ali dentro depende do que está buscando

Compartilhar este post


Link para o post
Compartilhar em outros sites

ok entao precisando é so postar

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.