Bonjour,

Voila j'ai un code html que je voudrai introduire dans une iframe avec scroll, et que le code html soit interpreté.

Un truc du genre :

<iframe scrolling="auto">
<head>
</head>
<body>
ici Mon code HTML
</body>
</iframe>


Sans faire un lien du type


<iframe src="mapage.html" scrolling="auto">
</iframe>