Viewing file: conta_assina_activex.php (1.41 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Assinador Digital FUNARPEN</title>
<script type="text/javascript" src="../../includes/jquery.js"></script>
<script language="javascript" type="text/javascript">
function fechar() {
$('#btnFechar').attr('value','Aguarde. Verificando assinatura...');
window.location = 'conta_assina_recarrega_pagina.php';
//window.close();
}
</script>
<style type="text/css">
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
</style>
</head>
<body bgcolor="#EBE9ED">
<center>
<span class="style1">AO CONCLUIR A OPERAÇÃO, CLIQUE NO BOTÃO FECHAR DISPOSTO NO RODAPÉ DESTA PÁGINA<br />
</span><br />
<OBJECT
classid="clsid:566605A8-7313-48C7-8E51-5AC936405941"
codebase="activex/AssinadorDigitalPgtos_IRPEN.ocx"
width="500"
height="400"
hspace="0"
vspace="0">
</OBJECT>
</center>
<br />
<center>
<input name="btnFechar" type="button" id="btnFechar" value="Fechar" onclick="javacript:fechar();" />
</center>
</body>
</html>
|