Ir para conteúdo

POWERED BY:

Arquivado

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

Reynaldo Rocha

erro 0113

Recommended Posts

Pessoal,

 

Tô tentando visualizar uma pagina mais além de demorar séculos pra carregar está dando esse erro 0113 tempo de execução, na default. asp

preciso muito de uma força nessa

 

<!-- #include file="topo.asp" -->
<script>
 function cadmail(){
  window.open('cadmail.asp?email='+document.emailx.email.value,'email','resizable=no,width=270,height=180,scrollbars=no');
  document.emailx.reset()
 }
 function limpa() {
 document.emailx.email.value=''
 }

</script>

   <table width=100% cellspacing="3" cellpadding="1" align=right>
	 <tr><td colspan=2><img src=<%=dirlingua%>/imagens/ofertasdodia.gif border=0></td></tr>
	<!-- #include file="produto.asp" -->
	<tr><td>
	<table BORDER="0" CELLSPACING="1" CELLPADDING="0"><tr><td bgcolor=#bfbfbf>
		<table BORDER="0" CELLSPACING="1" CELLPADDING="3"><tr><td bgcolor=#ffffff>
			<table border=0 align=center width=280  height=125 cellspacing="0" cellpadding="0">
							  <tr valign="bottom">
								<td colspan=2 align=right>  <font face=<%=fonte%> style=font-size:11px;color:006699;><span style="font-weight: bold">+ VENDIDOS</span></td>
							  </tr>
		 <tr><td height=1 colspan=2><table border=0 cellspacing=0 width=100% cellpadding=0><tr><td height=5></td></tr><tr><td height=1 bgcolor=<%=cor3%>></td></tr><tr><td height=5></td></tr></table></td></tr>
	<%
	if VersaoDb = 1 then
	set rs = abredb.execute("SELECT idprod, nome, preco FROM produtos ORDER BY contador DESC LIMIT 0,3")
	else
	set rs = abredb.execute("SELECT TOP 3 idprod, nome, preco FROM produtos ORDER BY contador DESC")
	end if
	cont = 1
	if not rs.eof then
	  for x = 1 to 3%>
		 <tr><td valign=top width=15><font face=<%=fonte%> style=font-size:11px;color:000000;><%=cont & ") "%></font></td><td valign=top width=260><font face=<%=fonte%> style=font-size:11px;color:000000;><a href="produtos.asp?produto=<%=rs("idprod")%>"  onMouseOut="window.status='';return true;" onMouseOver="window.status='+ Detalhes';return true;" style="text-decoration: none;"><%=rs("nome")%><br><b><%= strlgMoeda & " " & formatnumber(rs("preco"),2)%></b></font></A></td></tr>
		 <%cont = cont + 1%>
				  <%rs.movenext%>
	  <%next%>
	<%end if%>
			   </table>
		</table>
	</table>
	   </td><td>
	<%rs.close%>
	<%set rs = nothing%>
	
  <form method=post action="java script: cadmail()" name=emailx>
  <table BORDER="0" CELLSPACING="1" CELLPADDING="0">
	  <tr><td bgcolor=#bfbfbf>
	  <table BORDER="0" CELLSPACING="1" CELLPADDING="3"><tr><td bgcolor=#ffffff>
		  <table align=center width=280 height=125 cellspacing="1" cellpadding="1"><tr><td><font color=000000><font style=font-size:11px;font-family:<%=fonte%>><b><%=strLg158%></b><br><%=strLg159%><br><br><center><font color=red size=1><%=erro%></font><Br><center>
			<input type=text size=30 value="<%=strLg160%>" style=font-size:11px;font-family:<%=fonte%>;font-weight:bold name=email onFocus="limpa();">
			<br>
			<input type=image src=<%=dirlingua%>/imagens/cadastro.gif onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=srtLg161%>';return true;"><br><br></center> </td></tr>
	   </table>
		 </table>
	 </table>
  </td></tr>
  <tr><td colspan=2></td></tr>
  <tr><td colspan=2></td></tr>
 </table>
	</form>
 <!-- #include file="baixo.asp" -->

o que posso fazer pra resolver isso?

na minha maquina a loja funciona perfeitamente, mas no ar ela dá esse erro.

se precisarem que eu poste o código de outras páginas (includes) eu ponho aqui.

abçs e obrigado!!

Compartilhar este post


Link para o post
Compartilhar em outros sites

parece que tem um rs.movenext jogado na página e não identifiquei o que ele está fazendo, oculte os loops e veja novamente, e caso continue, aumente o tempo de execução com isso:

 

Server.ScriptTimeOut = 999999999

Compartilhar este post


Link para o post
Compartilhar em outros sites

Pessoal, primeiramente, obrigado por responderem.

acabei de me cadastrar e esse é oprimeiro forum que realmente me responde.

Sou estgudante de ASP, não sei muito, mas estou com vontade de aprender muito.

Peguei essa loja e estou estudando. Ela trabalha direitinho na minha maquina, mas não funciona online e estou curisoso. Acho que vou aprender muito quando descobrir.

 

na default.asp tem 3 includes, mas vou colocando por prates pois acho que´fica muita coisa pra olhar, não?

então caso vcs achem o erro nessa, não precisarei postar os outros includes, mas caso precise, colocarei aqui com o maior prazer.

 

 

Não sei a linha exatamente, pois só acusa o erro 0113 algo relacionado ao tempo de execução do script, enfim!

desde já, obrigado a todos.

 

 

ESSE É O INCLUDE TOPO.ASP NA DEFAULT.ASP (A página que primeiro postei aqui)

 

 

%>
<!-- #include file="df.asp" -->
<%
'INICIO DO HTML
'-----------------------------------------------------------------------------------------------------%>


<html>
	 <head>
	 <title><%=tituloloja%></title>
	 <style type="text/css">
	  <!--
	  a:link	   { color: <%=cor4%>
	color: #0099CC;
	color: #006699;
	text-decoration: none;
}
	  a:visited	{ color: <%=cor4%>
	color: #999999;
	color: #006699;
	text-decoration: none;
}
	  a:hover	  { color: <%=cor5%>
	color: #999999;
	color: #999999;
	text-decoration: none;
}
	  .menu:link { color:<%=fontebranca%>; text-decoration: none;}
	  .menu:visited { color:<%=fontebranca%>; text-decoration: none;}
	  .menu:hover { color:<%=fontebranca%>; text-decoration: underline;}
	  .baixo:link { color:<%=cor4%>; text-decoration: none;}
	  .baixo:visited { color:<%=cor4%>; text-decoration: none;}
	  .baixo:hover { color:<%=cor4%>; text-decoration: underline;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style2 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}
.style3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #006699;
	text-decoration: none;
}
	  -->
	  </style>
	 <script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
	document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
	 </script>
	 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><body bgcolor="<%=application("corfundo")%>" text=<%=cor4%>>

<table width=778 cellpadding="0" cellspacing="0" align=center>
<tr><td>
	
			 </head>
<%
'Personaliza os links do  menu se o cliente estiver efetuando a compra
if session("usuario") = "" then
link = "fechapedido.asp?compra=login"
else
link = "fechapedido.asp?compra=ok"
end if
if session("ende1") = "" then
link = link
else
link = "formaspagamento.asp"
end if%>

	<basefont face="<%=fonte%>">
			  <table border="0" width="778" bgcolor=#ffffff cellpadding="1" cellspacing="1">
					   <tr>
						 <td rowspan="2" valign="bottom" nowrap> <a href="default.asp"><img src="<%=dirlingua%>/imagens/logo.gif"  border="0"></a></td>
					 		 <td align="right" valign="bottom" nowrap><div align="left"></div>
					 		 <table align="right">
					 		   <tr><td valign=center><img src=<%=dirlingua%>/imagens/carrinho.gif border=0></td>
							 <td valign=top>

<%
'Cria o carrinho de compras no topo superior da loja
if cstr(Session("orderID")) = "" then
'Chama o nome do cliente da tabela clientes
Set dados = abredb.Execute("SELECT email,nome FROM clientes WHERE email='"&Cripto(session("usuario"),true)&"';")
'Faz aparecer somento o primeiro nome do cliente
if dados.eof then
nomez = ""
else
nomeq = Cripto(dados("nome"),false)
numeroz = Instr(1,nomeq," ")
var5000 = Left(nomeq,numeroz)
if var5000 = "" then
var5000 = nomeq
else
var5000 =  Left(nomeq,numeroz)
end if
nomez = " "&var5000
end if
'Fecha tabela clientes
dados.Close
set dados = Nothing
%>
	  <table width="100%" onMouseOver="window.status='<%=strLg1%>';return true;" onMouseOut="window.status='';return true;">
		  <tr><td bgcolor=<%=corborda%>>
					<table>
					 <tr><td bgcolor=#ffffff>
				   		   <table cellspacing="1" cellpadding="1" width="100%">
						   		  <tr><td coldiv=2 align="right"><font face="<%=fonte%>" style=font-size:11px; color=#000000><a href="carrinhodecompras.asp"  style="color:#000000;text-decoration:none;" onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg1%>';return true;">   <b><%=strLg1%> </a><b></td></tr>
								  <tr><td bgcolor=<%=cor3%>><font face="<%=fonte%>" style=font-size:11px; color=#000000> <%=strLg2%> </td>
											<td align="right" valign="center" bgcolor=<%=cor3%>><font face="<%=fonte%>" style=font-size:11px; color=000000> 0 </font></td></tr>
								   <tr><td bgcolor=<%=cor3%>><font face="<%=fonte%>" style=font-size:11px; color=#000000><b> <%=strLg3%> </b></font></td>
								   		   <td align="right" valign="center" bgcolor=<%=cor3%>><font face="<%=fonte%>" style=font-size:11px; color=000000><b> <%=strLgMoeda%> 0.00 </b></font></td></tr>
							</table></td></tr>
				   </table>
		  </td></tr></a></table>
<%else
intOrderID = cstr(Session("orderID"))
'Chama o nome do cliente da tabela clientes
Set dados = abredb.Execute("SELECT email, nome FROM clientes WHERE email='"&Cripto(session("usuario"),true)&"';")
'Faz aparecer somento o primeiro nome do cliente
if dados.EOF then
nomez = ""
else
nomeq = Cripto(dados("nome"),true)
numeroz = Instr(1,nomeq," ")
var5000 = Left(nomeq,numeroz)
if var5000 = "" then
var5000 = nomeq
else
var5000 =  Left(nomeq,numeroz)
end if
nomez = " "&var5000
end if
'Fecha tabela clientes
dados.Close
set dados = Nothing
'Chama os dados dos produtos comprados e monta o carrinho
set pedidos = abredb.Execute("SELECT idprod, quantidade FROM pedidos WHERE idcompra='"&intOrderID&"';")
while not pedidos.EOF
idprod = pedidos("idprod")
quantidade = pedidos("quantidade")
set produtos = abredb.Execute("SELECT preco, nome FROM produtos WHERE idprod="&idprod&";")
preco = produtos("preco")
nome = produtos("nome")

'Calcula os dados
intProdID = idprod
strProdName = nome
intProdPrice = preco
intQuant = cint(quantidade)
intQuantx = cint(intQuantx) + cint(intQuant)	
intTotal = intTotal + (intQuant * intProdPrice)
inTotal = cint(inTotal)
pedidos.MoveNext
wend
'Fecha os dados dos produtos comprados
pedidos.Close
set pedidos = Nothing
'Valor do preço total
precito1 = formatNumber(intTotal,2)%>	 
		 <table onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg1%>';return true;"><tr><td bgcolor=<%=corborda%>>
		   		<table width="100%">
					   <tr><td bgcolor=#ffffff><table cellspacing="1" cellpadding="1">
					   <tr><td coldiv=2 align="right"><font face="<%=fonte%>" style=font-size:11px; color=#000000><a href="carrinhodecompras.asp"  style="color:#000000;text-decoration:none;" onMouseOver="window.status='<%=strLg1%>';return true;"><b>   <b><%=strLg1%><b></a></td></tr>
					   <tr><td bgcolor=<%=cor3%>><font face="<%=fonte%>" style=font-size:11px;  color=#000000> <%=strLg2%> </td>
							   <td align="right" valign="center" bgcolor=<%=cor3%>><font face="<%=fonte%>" style=font-size:11px;  color=#000000> <%=intQuantx%> </font></td></tr><tr><td bgcolor=<%=cor3%>> <font face="<%=fonte%>" style=font-size:11px; color=#000000><b> <%=strLg3%> </b></font></td>
							   <td align="right" valign="center" bgcolor=<%=cor3%>><font face="<%=fonte%>" style=font-size:11px;  color=#000000><b> <%=strLgMoeda%> <%= precito1 %> </b></font></td></tr>
				 </table></td></tr>
		</table></td></tr></table></a>
<%end if%>
			</td></tr></table>
	  </td>
					   </tr>
					   <tr>
						 <td align="right" valign="bottom" nowrap bgcolor="#FFFFFF"><div align="left"></div></td>
				  </tr>
	  </table>

<%
set rs = abredb.execute("SELECT nome FROM clientes where email='" & Cripto(Session("usuario"),true) & "'")
if rs.eof then
strNome = "Visitante"
else
nomeq = Cripto(rs("nome"),false)
numeroz = Instr(1,nomeq," ")
var5000 = Left(nomeq,numeroz)
if var5000 = "" then
var5000 = nomeq
else
var5000 =  Left(nomeq,numeroz)
end if
strNome = Trim(var5000)
strNome2 = Trim(Cripto(rs("nome"),false))
end if
rs.close
set rs = nothing
%>	  
	  
<%
'Personaliza o menu se o cliente estiver logado
 if session("usuario") = "" then %>

 		<table width="776" height="10" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" valign="center">
			 <tr valign="center">
			   <td bgcolor="<%=cor2%>" height="23" align="left" valign=bottom><table cellpadding="0" cellspacing="0"><tr><td height=5></td></tr></table><font color="<%=fontebranca%>" face="<%=fonte%>" style=font-size:11px;><b> <img src="espaco" border="0" align="middle" WIDTH="0" HEIGHT="16"><a class=menu  href="default.asp" onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg4%>';return true;" ><%=strLg4%></a> </b>|<b> <a class=menu href="carrinhodecompras.asp"  onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg1%>';return true;" ><%=strLg1%></a> </b>|<b> <a class=menu href="registro.asp"  onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg5%>';return true;" ><%=strLg5%></a> </b>|<b> <a class=menu href="fechapedido.asp?compra=entrar"  onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg6%>';return true;" ><%=strLg6%></a></b></font><table cellpadding="0" cellspacing="0"><tr><td height=2></td></tr></table></td>
			   <td bgcolor="<%=cor2%>" height="23" align="right" valign=top><font color="<%=fontebranca%>" face="<%=fonte%>" style=font-size:11px;>(Seja Bem Vindo <b><%=strNome%></b>!)</font> </td></tr>			   
		</table>

<%else%>

		<table width="776" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" valign=center>
			 <tr valign=center>
			   <td bgcolor="<%=cor2%>" height="23" align="left" valign=bottom><table cellpadding="0" cellspacing="0"><tr><td height=5></td></tr></table><font color="<%=fontebranca%>" face="<%=fonte%>" style=font-size:11px;><b> <img src="espaco" border="0" align="middle" WIDTH="0" HEIGHT="16"><a class=menu href="default.asp" onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg4%>';return true;" ><%=strLg4%></a> </b>|<b> <a class=menu href="carrinhodecompras.asp"  onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg1%>';return true;" ><%=strLg1%></a> </b>|<b> <a class=menu href="<%=link%>"  onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg8%>';return true;" ><%=strLg8%></a> </b>|<b> <a class=menu href="dados.asp"  onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg9%>';return true;" ><%=strLg9%></a> </b>|<b> <a class=menu href="minhascompras.asp"  onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg10%>';return true;" ><%=strLg10%></a> </b></b>|<b> <a class=menu href="logout.asp"  onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg11%>';return true;" ><%=strLg11%></a></b></font><table cellpadding="0" cellspacing="0"><tr><td height=2></td></tr></table></td>
			   <td bgcolor="<%=cor2%>" height="23" align="right" valign=top><font color="<%=fontebranca%>" face="<%=fonte%>" style=font-size:11px;>(Seja Bem Vindo <b><%=strNome%></b>!)</font> </td></tr>
		</table>
<%end if%>
		
		<div id="layer1" style="position:absolute; top:98px;background-color:ffffff; z-index:-2"><table align=center border=0 bgcolor=#ffffff cellspacing=0 width=775 bgcolor=#ffffff cellpadding=0><tr><td height=5></td></tr><tr><td height=1></td></tr><tr><td height=5></td></tr></table></div>
		<div id="layer1" style="position:absolute; top:107px; z-index:7"></div>
		<div id="layer1" style="position:absolute; top:113px; width:100px; height:15px; z-index:8"><table border="0" cellspacing="0" cellpadding="0" width="163"><tr bgcolor="<%=cor3%>"><td bgcolor="<%=cor3%>" width=25><img src="<%=dirlingua%>/imagens/menu_1.gif" width="24" height="21" border="0"></td><td bgcolor="<%=cor3%>"><font style=font-size:11px;font-family:<%=fonte%>; color=ffffff><b> <%=(strLg12)%></b></td></tr></table></div>
		<div id="layer1" style="position:absolute; top:113px; z-index:1">
			 <table border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" width="775"><tr><td width="128" valign="top" align="center">
			 		<table border="0" cellspacing="4" cellpadding="4" width="125">
						   <tr><td width="128" bgcolor="#ffffff"></td></tr>
						   <tr><td width="128" bgcolor="#ffffff" height=17></td></tr>

<%
'Monta o menu de departamentos
Set menu = abredb.Execute("SELECT * FROM sessoes WHERE ver = 's' ORDER by nome;")
While Not menu.EOF%>
			<tr><td width="128" bgcolor="#ffffff"><font face="<%=fonte%>" color="<%=cor4%>" style=font-size:11px><a href="sessoes.asp?item=<%= menu("id") %>" style="text-decoration:none;" onMouseOut="window.status='';return true;" onMouseOver="window.status='<%= menu("nome") %>';return true;"><B><img src=<%=dirlingua%>/imagens/flecha.gif border=0>  <%=menu("nome")%></B></a></td></tr>
<%
menu.MoveNext
Wend
'Fecha o menu
menu.Close
Set menu = Nothing%> 

		 <tr><td></td></tr>
		 <tr><td><div id="layer1" style="position:absolute; left:0px; width: 300px;">
		 			  <table border="0" cellspacing="0" cellpadding="0" width="163"><tr><td bgcolor="<%=cor3%>" width=20><img src="<%=dirlingua%>/imagens/menu_2.gif" width="24" height="21" border="0"></td><td bgcolor="<%=cor3%>"><font style=font-size:11px;font-family:<%=fonte%> color=ffffff><b> <%=(strLg13)%></b></font></td></tr></table></td></tr></div>
							   <tr><td height=27></td></tr><tr><td><font style=font-style:11px><form action=pesquisa.asp method=get>
							 		 <input type=text name=pesq  size=25 style=font-size:11px;font-family:<%=fonte%>;><br>
									 <select name=cat style=font-size:11px;font-family:<%=fonte%>>
									 <option value=todos><%=strLg15%> </option>
									 <option value=xxx>------------------------------</option>
<%
'Monta a select de pesquisa
Set cat = abredb.Execute("SELECT * FROM sessoes WHERE ver = 's' ORDER by nome;")
While Not cat.EOF%><option value=<%= cat("id") %>><%= cat("nome") %></option>
<%
cat.MoveNext
Wend%>
								 </select></font>
<%
'Fecha a select de pesquisa
cat.Close
Set cat = Nothing%> 

	<div align=center>
		 <input type=image src=<%=dirlingua%>/imagens/pesquisar.gif onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg21%>';return true;"></div></td></tr></form><tr><td><div id="layer1" style="position:absolute; left:0px;width:300px;">
		 		<table border="0" cellspacing="0" cellpadding="0" width=163>
					   <tr><td bgcolor="<%=cor3%>" width=20><img src="<%=dirlingua%>/imagens/menu_3.gif" width="24" height="21" border="0"></td><td bgcolor="<%=cor3%>"><font style=font-size:11px;font-family:<%=fonte%>; color=ffffff><b> <%=(strLg14)%></b></font></td></tr></table></div></td></tr>
					   
					   <tr><td></td></tr>
					   <tr><td height="20" width="128" bgcolor="#ffffff"><font style=font-size:2px;> </font></td></tr>
					   <tr><td width="128" bgcolor="#ffffff"><font face="<%=fonte%>" color="<%=cor4%>" style=font-size:11px><a href="como.asp" style="text-decoration:none;" onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg16%>';return true;"><B><img src=<%=dirlingua%>/imagens/flecha.gif border=0>  <%=strLg16%></B></a></td></tr>
					   <tr><td width="128" bgcolor="#ffffff"><font face="<%=fonte%>" color="<%=cor4%>" style=font-size:11px><a href="ajuda_email.asp" style="text-decoration:none;" onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg24%>';return true;"><B><img src=<%=dirlingua%>/imagens/flecha.gif border=0>  <%=strLg23%></B></a></td></tr><tr><td width="128" bgcolor="#ffffff"><font face="<%=fonte%>" color="<%=cor4%>" style=font-size:11px><a href="seguranca.asp" style="text-decoration:none;" onMouseOut="window.status='';return true;" onMouseOver="window.status='<%=strLg22%>';return true;"><B><img src=<%=dirlingua%>/imagens/flecha.gif border=0>  <%=strLg22%></B></a></td></tr>
					   <tr><td width="128" bgcolor="#ffffff"></td></tr><tr><td width="128" bgcolor="#ffffff"></td></tr></table></td><td width="1" bgcolor="<%=cor1%>" height=550><img src="espaco" width="1" height="1" alt border="0"></td><td align="left" valign="top"><table border="0" cellspacing="4" cellpadding="4"><tr><td>
					   
<div id="layer1" style="position:absolute; left:0px; width:600px; top: 319px;">
		 		<table border="0" cellspacing="0" cellpadding="0" width=163>
					   <tr>
						 <td width="20" bgcolor="<%=cor3%>"><img src="<%=dirlingua%>/imagens/menu_3.gif" width="24" height="21" border="0"></td>
						 <td bgcolor="<%=cor3%>"><div align="left"><font style=font-size:11px;font-family:<%=fonte%>; color=ffffff><b><%=(strLg255)%></b></font></div></td>
				  </tr>
					   <tr><td colspan="2" bgcolor=""><div align="right" class="style2">
						 <div align="center"></div>
					   </div>						 
						   <div align="left"><span class="style3"><br>
 						   <span class="style5"><img src="linguagens/portuguesbr/imagens/flecha.gif" width="5" height="6"> </span></span><a href="http://www.coopcultural.org.br" target="_blank" class="style6"> CCB</a><br>
							 <br>
						      <img src="linguagens/portuguesbr/imagens/flecha.gif" width="5" height="6"> <a href="http://www.pontodecultura.com.br/artistas.htm"><strong> Cooperados </strong></a></div>						 </td>
					   </tr></table>
</div>

 

abçs

Reynaldo

Compartilhar este post


Link para o post
Compartilhar em outros sites

qual é exatamente a mensagem de erro e se ela reporta alguma linha marque para nós ou separe esta parte do codigo

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.