if tabla.eof and tabla.bof then
response.write ("Actualmente no hay salas abiertas")
Response.Write("<center>")
Response.Write("<table border='0' cellpadding='2' cellspacing='0' width='250'>")
Response.Write("<TR>")
Response.Write("<TD><font size='2' face='Verdana' width='218'><a href='f_nuevotema.asp?usuario2="&tabla("txt_usuari o")"><img src='../../imagenes/colaboradores/agregar-tema.jpg' width='218' height='33' alt='agregartema'/></a><br></TD>")
Response.Write("</TR>")
Response.Write("</TABLE>")
Response.Write("</center>")
else
%>
Lo último que hice y me da este error:
90|800a03ee|Se_esperaba_')'
pero no lo veo...
la linea 90 es esta:
Response.Write("<TD><font size='2' face='Verdana' width='218'><a href='f_nuevotema.asp?usuario2="&tabla("txt_usuari o")"><img src='../../imagenes/colaboradores/agregar-tema.jpg' width='218' height='33' alt='agregartema'/></a><br></TD>")