Viewing file: Frame_Boleto_Sicredi.php (1.75 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include("inc_Conexao.php"); ?>
<?php
############################################################################
# Name:
# Version: 1.0
# Created by: Gisele Nardino Pereira - 08/03/02 17:45
# Company: Axios Tecnologia e Seviços Ltda
# E-mail: gisele@axios.com.br
# Last Change:
# Changed by: Gisele Nardino Pereira
# System Name: Sistema de Pedidos de Selos da Funarpen
# Purpose:
# ##########################################################################
?>
<html>
<head>
<title>FUNARPEN - Fundo de Apoio ao Registro Civil de Pessoas Naturais</title>
<SCRIPT>
//scroll();
function scroll() {
window.status = "Funarpen";
setTimeout ("scroll()", 200);
}
</SCRIPT>
</head>
<frameset framespacing="0" border="false" frameborder="0" rows="115,*,0">
<frame name="header" scrolling="no" noresize target="page" src="Pedido_info.php">
<?//if($pedido =="19195" )
//if($codusu == '10076' || $codusu =='10083')
if($codusu == '10076' || $codusu =='10083')
{
}else{
//die;
}
//if($pedido >= "23596" && $pedido <= "23605" )
//if($pedido == "23596")
if(1 == "1")
{?>
<frame name="page" src="GeraBoletoSicredi.php?pedido=<?= $pedido?>" scrolling="auto">
<?}else{?>
<script>
alert("Acesso inválido ao sistema !!!");
</script>
<?php }
/*else{
if($banco =="341")
{?>
<frame name="page" src="GeraBoletoItau.php?pedido=<?= $pedido?>" scrolling="auto">
<?}else{?>
<frame name="page" src="GeraBoleto.php?pedido=<?= $pedido?>" scrolling="auto">
<?}
}*/
?>
<frame name="oculta" src="UntitledFrame-5" scrolling="no">
<noframes>
<body topmargin="0" leftmargin="0">
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
|