Ir para conteúdo

POWERED BY:

Arquivado

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

sodra

pq tah dandu issu?

Recommended Posts

pq issu num dah certu????? ;)

 

dah esse erru:

Microsoft VBScript compilation error '800a0400'

 

Expected statement

 

/touradas/noticia1.asp, line 2

 

Option Explicit

^

 

 

e o codigo eh:

 

<%Option Explicit%><!--#include file="conexao-sql.asp"--><%DIM myConn, strNoticias, rsNoticiasCall abreConexaostrNoticias = "SELECT * FROM noticias "Set rsNoticias = myConn.Execute(strNoticias)%><%Do WHILE Not rsNoticias.Eof%><html><head><meta http-equiv="Content-Language" content="pt"><title>Noticia</title></head><body topmargin="0" leftmargin="0"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1"> <tr>   <td width="100%">   <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">     <tr>       <td width="2%">       <img border="0" src="img/px_points.gif" width="6" height="5"></td>       <td width="96%" background="img/points_noticia.gif">       <img border="0" src="img/px_points.gif" width="6" height="5"></td>       <td width="2%">       <img border="0" src="img/px_points.gif" width="6" height="5"></td>     </tr>     <tr>       <td width="2%"> </td>       <td width="96%">       <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3">         <tr>                     <td width="100%"><b><font face="Arial" size="2" color="#4D0101">           <%  = rsNoticias.Fields("titulo") %></font></b></td>         </tr>         <tr>           <td width="100%"> </td>         </tr>         <tr>           <td width="100%">           <p align="justify"><font face="Arial" size="1" color="#4D0101"><% Response.Write Left(rsNoticias.Fields("noticia"),100) %></font></td>         </tr>         <tr>           <td width="100%">           <p align="right"><font face="Arial" size="1" color="#4D0101">Ver            Noticia »</font></td>         </tr>       </table>       </td>       <td width="2%"> </td>     </tr>     <tr>       <td width="2%">       <img border="0" src="img/px_points.gif" width="6" height="5"></td>       <td width="96%" background="img/points_noticia.gif">       <img border="0" src="img/px_points.gif" width="6" height="5"></td>       <td width="2%">       <img border="0" src="img/px_points.gif" width="6" height="5"></td>     </tr>   </table>   </td> </tr></table><%rsNoticias.MoveNextLoop%></body></html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

ae pacola eu jah tentei faze issu + qnd eu tiro ele dah erru na hora q declara as variaveis

 

dah esse erru:

 

Microsoft VBScript compilation error '800a0411'

 

Name redefined

 

/touradas/noticia1.asp, line 4

 

DIM myConn, strNoticias, rsNoticias

----^

Compartilhar este post


Link para o post
Compartilhar em outros sites

cara o segundo erro é porque você já deve ter definido a variavel myConn em outra parte desta mesma pagina, ou então em algum include que esta chama

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.