OVH Cloud OVH Cloud

problème de cadres !!!!

1 réponse
Avatar
faberius webforumsuser
Bonjour,

J'utilise des frames pour créer un site. leftFrame pour la navigation et mainFrame pour le contenu. Mais maintenant j'ai besoin d'ouvrir une image dans une fenêtre où je ne veux pas de cadres. Et cela ne fonctionne pas... L'image s'ouvre mais il reste le leftFrame de la page précédente. Et pas d'option ciblage qui me permettrait de remédier à ce pb ???
Je ne vois pas comment faire !!!!

Je vous donne le code correspondant si cela peut vous aider !!!

Pour le lien :
<div id="Layer1" style="position:absolute; width:82px; height:146px; z-index:1; left: 94px; top: 247px">
<p><a href="GrandAfricainepage3.htm"><img src="Tableaux/Africainemini.jpg" width="103" height="127" border="0"></a></p>
<p align="center"><b>Africa</b></p>

Pour la cible :

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>

<body bgcolor="#FFFFFF" text="#FFFFFF" background="Images/redsatinbg.gif">
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; left: 194px; top: 16px"><img src="Tableaux/Africaine.jpg" width="454" height="566"></div>
<div id="Layer2" style="position:absolute; width:200px; height:69px; z-index:2; left: 699px; top: 19px">
<p><b><font color="#FFFFFF">AFRICAINE</font></b></p>
<p><b><font color="#FFFFFF">R&eacute;alis&eacute; en 2003</font></b></p>
<p><b><font color="#FFFFFF">Collection personnelle</font></b></p>
</div>
<div id="Layer3" style="position:absolute; width:44px; height:23px; z-index:3; left: 705px; top: 551px"><img src="essaiimages/boutondroite.gif" width="49" height="23"></div>
<div id="Layer4" style="position:absolute; width:68px; height:70px; z-index:4; left: 53px; top: 21px"><img src="essaiimages/123gifs003.gif" width="75" height="75"></div>
<div id="Layer4" style="position:absolute; width:68px; height:70px; z-index:4; left: 54px; top: 256px"><img src="essaiimages/123gifs003.gif" width="75" height="75"></div>
<div id="Layer4" style="position:absolute; width:68px; height:70px; z-index:4; left: 55px; top: 495px"><img src="essaiimages/123gifs003.gif" width="75" height="75"></div>
<div id="Layer3" style="position:absolute; width:30px; height:26px; z-index:3; left: 124px; top: 396px"><img src="essaiimages/123gifs154.gif" width="27" height="27"></div>
<div id="Layer3" style="position:absolute; width:30px; height:26px; z-index:3; left: 732px; top: 164px"><img src="essaiimages/123gifs154.gif" width="27" height="27"></div>
<div id="Layer3" style="position:absolute; width:30px; height:26px; z-index:3; left: 29px; top: 137px"><img src="essaiimages/123gifs154.gif" width="27" height="27"></div>
<div id="Layer3" style="position:absolute; width:30px; height:26px; z-index:3; left: 710px; top: 417px"><img src="essaiimages/123gifs154.gif" width="27" height="27"></div>
<div id="Layer3" style="position:absolute; width:30px; height:26px; z-index:3; left: 821px; top: 295px"><img src="essaiimages/123gifs154.gif" width="27" height="27"></div>
</body>
</html>

Merci de votre aide

1 réponse

Avatar
Thierry Koblentz
<a href="GrandAfricainepage3.htm" target="_top">

HTH,
--
Thierry
http://www.MadCoWWWebDesign.com/go/quizz.htm | Frames Quiz
http://www.madcowwwebdesign.com/go/?2 | About Frames and Framesets
www.TJKAntiques.com | Buy yourself some French Antiques ;o)


"faberius" wrote in message
news:blk8ic$bt8$
Bonjour,

J'utilise des frames pour créer un site. leftFrame pour la navigation et


mainFrame pour le contenu. Mais maintenant j'ai besoin d'ouvrir une image
dans une fenêtre où je ne veux pas de cadres. Et cela ne fonctionne pas...
L'image s'ouvre mais il reste le leftFrame de la page précédente. Et pas
d'option ciblage qui me permettrait de remédier à ce pb ???
Je ne vois pas comment faire !!!!

Je vous donne le code correspondant si cela peut vous aider !!!