Voila mon script :
Code :
- <?
- echo '<head>
- <script type="text/javascript">
- tapopup = window.open("http://www.voila.fr", "tt", "height=500, width=500,toolbar=1" );
- function Refresh()
- {
- tapopup.location.href="http://www.msn.fr";
- }
- </script>
- </head>
- <body onload="setTimeout(\'Refresh()\',3000)">
- </body>';
- ?>
|
mais je n'arrive pas à déclarér la variable tapopup.location, pourriez vous m'aidez ,
Message édité par jojo545 le 25-05-2005 à 07:04:22