iframe iframe
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

iframe

Started by cemice, February 03, 2005, 12:23:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cemice

Bonjour je souhaite contenir  mon album coppermine dans ma  iframe sans depassement c'est possible ou pas si oui comment?
  merci
Amicalement Carpoduo !!!

Pascal YAP

Bonjour,
Coppermine n'aime pas être dans des frames, mais avec le code ci-dessous peut-être que celà fonctionnera !
Il faut ajuster les valeurs bien entendu !

<html><head><title>VOTRE SITE AVEC IFRAME</title>
</head>
<body bgcolor="#cecece" topmargin="0px" leftmargin="0px" rightmargin="0px" bottommargin="0px" scroll="no">
<div align="center">
<table width="100%" height="90%">
<tr>
<td align="center" valign="top" height="100%">
<p>
<iframe src="http://VOTRE_SITE_COPPERMINE/index.php" width="100%" height="100%" frameborder="0" ALLOWTRANSPARENCY="false" scrolling="auto" name="FrameVOTREFRAME">
Votre navigateur n'accepte pas les "iFrames"...<br>
Mais vous pouvez retourner &agrave; <b>VOTRE SITE</b>
<br><b><a href="http://VOTRE_SITE.com" target="_parent">http://VOTRE_SITE.com</a>
<br>
<br>
Your browser doesn't seem to support "iframes"
<br></iframe>
</p>
</td>
</tr>
</table>

<p>
ICI DEUXIEME SURFACE
</p>
</div>
</body>


Pascal

cemice

je le met ou ce code dans ma  page  principal ? ou ailleurs meri davance !!!
pour plus de detail voici mon url :www.carpoduo.net

Pascal YAP

cemice,

Le code ci-dessus est un nouveau fichier dont le nom importe peu.
Pascal