fernando-cb Posted May 15, 2012 Report Share Posted May 15, 2012 como colocar um alert javascript ao iniciar a pagina do google.<?php header("Location: http://www.google.com.br?require('exib...');");?>exibe.php<script type="text/javascript"> alert("Atenção");</script> Quote Link to comment Share on other sites More sharing options...
0 MLeandroJr! Posted May 15, 2012 Report Share Posted May 15, 2012 Você conseguirá fazer isso se mandar abrir a página do Google em um iFrame ou fazer a leitura dela via cURL e imprimir na tela.Necessidade estranha... Quote Link to comment Share on other sites More sharing options...
Question
fernando-cb
como colocar um alert javascript ao iniciar a pagina do google.
<?php
header("Location: http://www.google.com.br?require('exib...');");
?>
exibe.php
<script type="text/javascript">
alert("Atenção");
</script>
Link to comment
Share on other sites
1 answer 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.