haaaa ok j'avait pas comprit, bah tu change le type par image, ce qui donne :
Code:
<html>
<head>
<script type="text/javascript">
function refresh() {
var ref = document.getElementById('iframe1'); ref.src=ref.src;
}
</script>
</head>
<body>
<iframe id="iframe1" height="x" width="x" src="file:///C|/Documents%20and%20Settings/Administrateur/Bureau/foobar.com"></iframe>
<input type="image" src="http://www.refresh-media.nl/art/database-interface.gif" value="Rerefresh" onclick="refresh()" width="173" height="172">
</body>
C'est ça que tu voulait ?
EDITE :
Désolé FreeZou, je n’avais pas vu ta dernière réponse.