View Single Post
  #5  
Old 19-11-2006, 11:06
SantX's Avatar
SantX SantX is offline
I'm watching you...
 
Join Date: 09-02-2004
Location: 127.0.0.1
Age: 39
Posts: 675
Send a message via ICQ to SantX Send a message via MSN to SantX Send a message via Skype™ to SantX
Code:
<html>
	<head>
		<title></title>
		<script type="text/javascript">
		function launchRefresh() { setTimeout('refreshFrame(this);', 2000); }
		function refreshFrame(target) { target.location.href = target.location.href; }
		</script>
	</head>
	<body>
		<iframe src="http://www.google.fr/" onload="javascript:launchRefresh();" style="width: 100%; height: 75%;"></iframe>
	</body>
</html>
Essaye quelque chose dans ce style
__________________
- La théorie, c'est quand on sait tout et que rien ne fonctionne.
- La pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
- Ici, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !

- Albert Einstein -
Reply With Quote