hola como le podria aplicar o usar variables aplication en vez de sesison
dentro de este codigo alguna ayuda para que me deje guardado el nombre y la fecha
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%>