Problème dan mon code php
Résolu
sinifer
Messages postés
323
Statut
Membre
-
sinifer Messages postés 323 Statut Membre -
sinifer Messages postés 323 Statut Membre -
Bonjour,
j'ai un petit problème avec mon code php et j'arrive pas a comprendre mon erreur???
mon code d'appel sur ma page html
<a href="inergy.php?page_insert=https://www.xerox.com/assets/images/navigation/main_nav/xog_menu_image.jpg"><font color="#006699">Enterprise Output
et sur ma page php j'ai mis sa pour appelé la frame demandé
<frameset rows="57,100*" frameborder="NO" border="0" framespacing="0">
<frame src="top_01.htm" name="top" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" id="top">
<frame src="<?php echo $page_insert; ?>" name="contenu" frameborder="no" noresize marginwidth="0" marginheight="0" id="contenu">
</frameset>
kan je teste sur le site sa m'affiche que
<frame src="top_01.htm" name="top" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" id="top">
et kan je vais dans la source sa me met sa
<frameset rows="09%,91%" border=5 frameBorder=1 frameSpacing=0>
<frame src="top_01.htm" name="top" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" id="top">
<frame src="" name="contenu" frameborder="no" noresize marginwidth="0" marginheight="0" id="contenu"><frame
^
| on peu voir ki lit pas mon ="<?php echo $page_insert; ?>"
src="UntitledFrame-11"></frameset>
<noframes></noframes>
merci de bien vouloire m'aidé bonne journé
j'ai un petit problème avec mon code php et j'arrive pas a comprendre mon erreur???
mon code d'appel sur ma page html
<a href="inergy.php?page_insert=https://www.xerox.com/assets/images/navigation/main_nav/xog_menu_image.jpg"><font color="#006699">Enterprise Output
et sur ma page php j'ai mis sa pour appelé la frame demandé
<frameset rows="57,100*" frameborder="NO" border="0" framespacing="0">
<frame src="top_01.htm" name="top" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" id="top">
<frame src="<?php echo $page_insert; ?>" name="contenu" frameborder="no" noresize marginwidth="0" marginheight="0" id="contenu">
</frameset>
kan je teste sur le site sa m'affiche que
<frame src="top_01.htm" name="top" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" id="top">
et kan je vais dans la source sa me met sa
<frameset rows="09%,91%" border=5 frameBorder=1 frameSpacing=0>
<frame src="top_01.htm" name="top" frameborder="no" scrolling="no" marginwidth="0" marginheight="0" id="top">
<frame src="" name="contenu" frameborder="no" noresize marginwidth="0" marginheight="0" id="contenu"><frame
^
| on peu voir ki lit pas mon ="<?php echo $page_insert; ?>"
src="UntitledFrame-11"></frameset>
<noframes></noframes>
merci de bien vouloire m'aidé bonne journé
Configuration: Windows XP Internet Explorer 7.0
2 réponses
-
Bonjour,
Deux choses :
- un bouton "code" est là pour afficher correctement du code sur le forum
- plutôt que $page_insert, utilises $_GET['page_insert']
Xavier -
francheman sa fait deux jours que je me galère dessus et j'avais pencé au get mais je l'avais mal fait
en tous cas merci beaucoup c'est cool
sa MARCHE
et pour le bouton code j'y penserai la prochaine fois merci