samedi 12 mai 2012

IFRAMES

http://www.dyn-web.com/tutorials/iframes/
Un bon tutoriel pour manipuler les iframes de manière approfondie, en Anglais malheureusement.
Voici la traduction automatique à prendre comme d'habitude avec circonspection...
Traduction automatique


Rafraîchir un iframe en Javascript



<html>
<head>
<title>Untitled</title>
<SCRIPT LANGUAGE="JavaScript1.2">
function doit()
{
document.all.myframe.src="test.htm";
}
</SCRIPT>
</head>


<body>
juste un petit essai:<BR>
<IFRAME SRC="test.htm" NAME="myframe" WIDTH="200" HEIGHT="100"
ALIGN="middle"></IFRAME><BR>
<INPUT TYPE="button" VALUE="click" onClick="doit()">
</body>
</html>
Par http://forum.ovh.com/showthread.php?t=288

Aucun commentaire:

Enregistrer un commentaire