<% pageSql="select * from es_mainMenuDtls where ID=8" rs.open pageSql,conn,1,1 title=rs("pageTitle") keyword=rs("metaKeyword") desc=rs("metaDescription") pageDtl=rs("description") pid=8 rs.close %> <%=title%> <%=title%>

<% str="select * from centro_course where Id="&request("ID") if rs.state=1 then rs.close rs.open str,conn,1,2 if not(rs.eof and rs.bof) then %>
Nombre del Curso: <%=rs("courseName")%>
Clave: <%=rs("courseCode")%>
<%=rs("description")%>
 
<%if rs("courseType") <> 0 then %> <%else%> <%end if%> <%end if %>