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

<%=pageDtl%>
Fecha de Inscripción: readonly>

DATOS DEL PROGRAMA
Nombre del Curso:
Clave:
Fecha de Inicio:  
Fecha de Término:  

DATOS DEL PARTICIPANTE
Nombre:
Apellido:
Grupo:
Planta:
Puesto:
Título:
Teléfono:
Fax:
E-mail:

Haga clic en el botón para agregar más participantes con la misma razón social.Si es diferente, por favor llene un formulario por cada razón social.


<% dim str str="" str=str & " " str=str & " " str=str & " " str=str & "
Participantes Agregados " str=str & "
" str=str & "" str=str & "" str=str & " " str=str & " " sql="select * from centro_friendlist where userID="&session("userID") if rs.state=1 then rs.close rs.open sql,conn,1,2 if not rs.eof and not rs.bof then do until rs.eof str=str & "" str=str& "" str=str & "" str=str & "" rs.movenext loop end if str=str & "
ApellidoNombreE-mail 
"& rs("Apellido") &""& rs("Nombre")&""& rs("email") &"
" response.Write(str) %>