<% end if %>
<% if blogID <> "" then %>
<% else %>
<% end if %>
<% else %>
<% end if %>
% label = request("label") blogID = request("blogID") last_msg_id = request("last_msg_id") action = request("action") if blogID <> "" then set RS=server.createobject("ADODB.recordset") sql="SELECT postID, title FROM posts WHERE postID = " & blogID RS.open SQL, conn("blog"), 3, 3 postTitle = rs("title") rs.close set rs=nothing connClose("blog") end if if action <> "get" then %>