Microsoft VBScript compilation error '800a0401'
Expected end of statement
/touradas/index.asp, line 105
Response.Write "<a href="editar_dados.asp">| Editar Dados </a> | <a href="logout.asp"> LogOut</a>"
-------------------------^
e meu codigo eh:
<html>
<head>
<meta http-equiv="Content-Language" content="pt">
<title> Touradas.Net | A Arte Tauromáquica </title>
<style>
}
INPUT {
FONT-SIZE: 10px; COLOR: #aa0000; FONT-FAMILY: Tahoma, arial, helvetica
}
SELECT {
FONT-SIZE: 12px; COLOR: #aa0000; FONT-FAMILY: Tahoma, arial, helvetica
}
a:link {color: #4D0101; font-family: arial; text-decoration: none}
a:visited {color: #4D0101; font-family: arial; text-decoration: none}
a:active {color: #4D0101; font-family: arial; text-decoration: none}
A:hover {color: #C26868;}
}
</style>
</head>
<body topmargin="0" bgcolor="#F7F7F7" link="#CC3300">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="50%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="51%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<!--#Include file="topo.asp"--></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="51%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="1%" valign="top">
<img border="0" src="img/px_menulad.gif" width="50" height="2"></td>
<td width="93%">
<img border="0" src="img/px_menulad.gif" width="50" height="2"></td>
</tr>
<tr>
<td width="1%" valign="top"> </td>
<td width="93%">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bgcolor="#FFFFFF" bordercolor="#666666" width="99%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="1">
<tr>
<td width="20%" height="58" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">
<tr>
<td width="100%"> <tr>
<td width="100%"><!--#Include file="menu.asp"--></td>
</tr>
<tr>
<td width="100%"><!--#Include file="menu2.asp"--></td>
</tr>
<tr>
<td width="100%"><!--#Include file="apoios.asp"--></td>
</tr></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
</table>
</td>
</tr>
</table>
</td>
<td width="59%" height="58" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%"></td>
</tr>
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3">
<tr>
<td width="100%">
<p align="center">
<font face="Arial" size="1" color="#4D0101">
<%
if session("logado")="" then
Response.Write "Bem Vindo Visitante"
else
Response.Write "Bem Vindo " & Session("usuario")
Response.Write "<a href="editar_dados.asp">| Editar Dados </a> | <a href="logout.asp"> LogOut</a>"
end if
%>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" valign="top"></td>
</tr>
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber4">
<tr>
<td width="100%" valign="top"><!--#Include file="noticias.asp"--></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="21%" valign="top" height="1">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%"> <!--#Include file="pesquisar.asp"--></td>
</tr>
<tr>
<td width="100%"> </td>
</tr>
<tr>
<td width="100%"> <!--#Include file="login.asp"--></td>
</tr>
<tr>
<td width="100%"> </td>
</tr>
<tr>
<td width="100%"> <!--#Include file="newsletter.asp"--></td>
</tr>
<tr>
<td width="100%"> </td>
</tr>
<tr>
<td width="100%"> <!--#Include file="sondagem.asp"--></td>
</tr>
<tr>
<td width="100%"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
<p></p>
</body>
</html>










