carol Posted October 1, 2003 Report Share Posted October 1, 2003 Olá pessoal,tenho que abrir um link externo e gostaria de abri-lo com um frame do meu site, mas eu não tenho acesso a página que será lincada como eu faço?obrigada! Quote Link to comment Share on other sites More sharing options...
0 FA1C0N Posted October 1, 2003 Report Share Posted October 1, 2003 Como que é, não entendi seja mais especifica :) Quote Link to comment Share on other sites More sharing options...
0 carol Posted October 1, 2003 Author Report Share Posted October 1, 2003 obrigada já resolvi..eu queria pesquisar Nome e CPF na receita sem sair do meu sitemais eu fiz em php, muito simples :lol:<? function NomeCPF($CPF) { if ( $fd = @fopen("http://www.receita.fazenda.gov.br/Scripts/srf/cpf/cpf2000.dll?Consultar&CPF=$CPF&indAutoatend=0","r") ) { fread($fd,2229); if ( !strcmp(fread($fd,3),"<b>") ) return fread($fd,60); else return 0; fclose($fd); } } ?>obrigada pela atenção! Quote Link to comment Share on other sites More sharing options...
Question
carol
Olá pessoal,
tenho que abrir um link externo e gostaria de abri-lo com um frame do meu site, mas eu não tenho acesso a página que será lincada como eu faço?
obrigada!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.