The following code snippet is giving me problems:
While not rsQuery.EOF
If vStrCurso <> rsQuery("SIGLA") Then
ind = ind & "<p></p>"
ind = ind & "<span><b><a href='"&vStrParametro7&"/Busca/"&rsQuery("ID_CURSO")&"/' target='blank'>"&rsQuery("SIGLA")&" - "&rsQuery("DESCR")&"</a></b></span><br/>"
ind = ind & "<span>- <a href='"&vStrParametro7&"/Busca/"&rsQuery("ID_CURSO")&"/'&#calendario target='blank'>"&rsQuery("DT_INICIO")&" à "&rsQuery("DT_FIM")&"</a></span>"
Else
ind = ind & "<br/><span>- <a href='"&vStrParametro7&"/Busca/"&rsQuery("ID_CURSO")&"/'&#calendario target='blank'>"&rsQuery("DT_INICIO")&" à "&rsQuery("DT_FIM")&"</a></span><br/>"
End If
Do not give an error message, just do not redirect. I believe that something is wrong with the bar and the quotation marks, I have tried several times but without success. Something is wrong. NOTE: The page exists.