asi es cm necesito mostrarlo
[IMG][/IMG]
bueno es solo una pruebe con el correo que se valida
este es mi codigo con el que muestro al aprobar
Código ASP:
Ver original
<%if rs("perfil_usu")="administrador" or rs("perfil_usu")="captura" then%> <div align="center"> <fieldset style="width:50%"> <legend>Aprobacion Master Plan</legend> <table width="303" border="0" align="center"> <tr> <td width="300" height="22" align="left"><div align="left">Master Plan aprobado por: <% if Session("valido")=true Then response.Write(session("usuario")) else response.Write("") end if %> </div></td> </tr> </table> <%end if%> </fieldset> </div> <p align="center"> <%if rs("perfil_usu")="administrador" then%> <input type="submit" name="Aprobar Master Plan" id="Aprobar Master Plan" value="Aprobar Master Plan" onClick="link1('http://valp-page.la.pg.com/Proyectosi/Aprobar.asp')"/> <%end if%>