iframe iframe
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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