A voir également:
- Refresh
- Auto refresh - Télécharger - Divers Web & Internet
- Refresh dns - Guide
- Comment refresh son pc - Guide
- Comment refresh son ecran - Guide
- Twitter refresh bug - Guide
1 réponse
quelque chose comme ceci?
-->Dans la balise <head></head>
et Pour le tag <body></body>
on a :
-->Dans la balise <head></head>
<script language="javascript">
fonction reload10()
{
window.refresh();
//ou si ca marche pas bien mets : window.document.history.go(0);
setTimeout("reload10()", 10000);
}
</script>
et Pour le tag <body></body>
on a :
<body OnLoad="javascript:reload10()">
merci