Pas d'affichage avec <frameset>
Littlenico
Messages postés
68
Date d'inscription
Statut
Membre
Dernière intervention
-
bowbow13 -
bowbow13 -
bonjour.
dans ma pasge index.html j'utilise des frame, mais aucune page ne s'affiche.
voici mon code :
<html>
<!-- index.html -->
<head>
<title>index.html</title>
</head>
<body>
<frameset rows="10%,*" framespacing="1">
<noframes>
cette page utilise des cadres mais pas vous
</noframes>
<frame src="presentation.html" name="presentation">
<frameset cols="260, *" framespacing="1">
<frame src="sommaire.html" name="sommaire" scrolling="auto">
<frame src="ajout.php" name="ajout" scrolling="auto">
</frameset>
</frameset>
</body>
</html>
dans ma pasge index.html j'utilise des frame, mais aucune page ne s'affiche.
voici mon code :
<html>
<!-- index.html -->
<head>
<title>index.html</title>
</head>
<body>
<frameset rows="10%,*" framespacing="1">
<noframes>
cette page utilise des cadres mais pas vous
</noframes>
<frame src="presentation.html" name="presentation">
<frameset cols="260, *" framespacing="1">
<frame src="sommaire.html" name="sommaire" scrolling="auto">
<frame src="ajout.php" name="ajout" scrolling="auto">
</frameset>
</frameset>
</body>
</html>
A voir également:
- Pas d'affichage avec <frameset>
- Affichage double ecran - Guide
- Windows 11 affichage classique - Guide
- Problème affichage fenêtre windows 10 - Guide
- Problème affichage page internet google chrome - Forum Téléphones & tablettes Android
- Pinterest problème affichage ✓ - Forum Réseaux sociaux
4 réponses
Salut,
Tu peux utiliser la fonction
https://www.php.net/manual/fr/function.include.php
Bonne chance
Tu peux utiliser la fonction
include("NomFichier");pour afficher une page avec une autre sans avoir à utiliser de framset, c'est bien plus pratique.
https://www.php.net/manual/fr/function.include.php
Bonne chance