par
charabia » 09 nov. 2005, 12:19
<script language="php">
$adresse = "C:\Documents and Settings\Saturnin\Bureau\Kit Graphique\Nouveau dossier\FRAMES\iframes.htm";
</script>
<iframe src="<?php echo($adresse); ?>" width="622" height="721" name="page-principale" noresize marginwidth= 0 marginheight = 0 frameborder=no scrolling="auto"> <!-- src : source variable, noresize : le cadre ne peut pas etre redimensionner --></iframe>
<script language="php">
$adresse = "C:\Documents and Settings\Saturnin\Bureau\Kit Graphique\Nouveau dossier\FRAMES\iframes.htm";
</script>
<iframe src="<?php echo $adresse; ?>" width="622" height="721" name="page-principale" noresize marginwidth= 0 marginheight = 0 frameborder=no scrolling="auto"> <!-- src : source variable, noresize : le cadre ne peut pas etre redimensionner --></iframe>
Le code de
Cyrano fonctionne. En mettant echo $adresse; ça marche aussi.
Regardes si ce n'est pas le chemin d'accès qui est erroné.