GordonF_69 a écrit :
dans le body :
<body onload="refreshiframe();">
tu vire <onload="refreshiframe();"> qui veux rien dire ...
|
comme ça?
<html>
<head>
<script LANGUAGE="JavaScript1.2">
function refreshiframe()
{
parent.frame1.location.href="http://www.google.fr"
setTimeout("refreshiframe()",10000);
}
</SCRIPT>
</head>
<body onload="refreshiframe();">
<iframe id="frame1" style="border:1px solid;" width="670" height="835" frameborder="0" scrolling="no" src="http://www.google.fr">
</iframe><BR>
</body>
</html>
Message édité par bob737 le 09-05-2011 à 17:22:25