<%
CALL CreateConnection()
id_msg = request("id_msg")
rel_msg = 0
data_inicio = 0
imagem = " "
CALL busca_MSG(rel_msg, imagem)
CALL CloseConnection()
%>

<% CALL CreateConnection()
CALL CreateRecordSet(forum2, "SELECT_FORUM 0, '"&request("id_msg")&"', '0'")
if not forum2.eof then
%>
.: Outras Respostas
<% end if
CALL CloseRecordSet(forum2)
CALL CloseConnection()
%>
<%
CALL CreateConnection()
id_msg = request("id_msg")
rel_msg = 0
data_inicio = 0
imagem = " "
CALL busca_MSG_rel(id_msg, imagem)
CALL CloseConnection()
%>

|
|
|
|