Comment utilise t-on les iframes?

marito -  
Pascattack Messages postés 692 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

Voici trois liens à mettre en iframe

http://www.pronostic-turfiste.com/toolbar/lesplusjouer-nouveauquinte.php
http://www.pronostic-turfiste.com/toolbar/rapport_arrivees.php
http://www.pronostic-turfiste.com/toolbar/partant-rapport-plus-joues.php

Pour obtenir ARRIVÉES ET RAPPORTS PRESSENT SUR CE SITE.

http://www.turfil.fr/rapport.html?date=2013-04-01

Que faire.

Merci pour votre compréhension.

Cordialement

1 réponse

Pascattack Messages postés 692 Date d'inscription   Statut Membre Dernière intervention   57
 
l'utilisation des iframes est a proscrire.

mais voici tout de même comment les intégrer a ton site :

<iframe src="index.html" width="50" height="50" scrolling="yes" frameborder="1"></iframe>

Vous pouvez à partir d'une page ou vous avez inséré une IFRAME, créer un lien texte ou avec une image vers une page qui s'affichera dans cette IFRAME, pour cela, vous devez donner un nom à l'IFRAME.


Voici le code source avec l'IFRAME nommée.

<IFRAME Border="0" SRC="index.htm" NAME="cadre1" WIDTH="650" HEIGHT="1200"></IFRAME>



Voici maintenant le code du lien vers cette IFRAME:

<img src="images/flecheverte.gif" width="13" height="13" border="0"><a href="optimisation.htm" target="cadre1">Optimisation</a>

En ce qui concerne les arrivés et rapports :

JE NE SAIS PAS.


0