错误Microsoft VBScript编译错误'800a03f6'
'结束'预期
我找不到错误的解释,我看到所有的if和end if if和一切都好......
<%@LANGUAGE="VBSCRIPT"%>
<!--#include virtual="/Sigmacontents/includes/inicio.asp" -->
<html>
<head>
<title><%=back_name%></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/Sigmacontents/css/backoffice.css" type="text/css">
<link rel="stylesheet" href="/Sigmacontents/Css/standard.css" type="text/css">
</head>
<body>
<table border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td colspan="2">
<!--#include virtual="/Sigmacontents/includes/topo.asp" --> </td>
</tr>
<tr>
<td width="190" valign="top" class="td_white"><!--#include virtual="/Sigmacontents/includes/menu_esq.asp" --></td>
<td width="808" valign="top" class="td_white"><div align="center">
<table width="98%%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35" class="f_topo_TABELAS"><strong>:: NOTÍCIAS </strong> </td>
</tr>
</table>
<%if request.querystring("idn")="" then%>
<iframe id=seccao name="seccao" src="/Sigmacontents/noticias/lista_noticias.asp" width="97%" height="700" frameborder="0" marginwidth="0" marginheight="0" ></iframe>
<%else%>
<iframe id=seccao name="seccao" src="/Sigmacontents/noticias/ver_noticia.asp?idn=<%=request.querystring("idn")%>" width="97%" height="700" frameborder="0" marginwidth="0" marginheight="0" ></iframe>
<%end if%>
</div> </td>
</tr>
<tr>
<td class="f_laranja" colspan="2">
<div align="center">
<!--#include virtual="/Sigmacontents/includes/footer.asp" -->
</div> </td>
</tr>
</table>
</body>
</html>