







|
|
|
 |
| > Popup sans page html |
[ Posté par Extraterrestre ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 10-09-2003 à 19:35 | 34 messages ]
  Comment faire pour ouvrir un popup, et afficher à l'intérieur de texte (sans créer de page html) ?
Merci d'avance de votre réponse 
 
|
[ Posté par Le GRAND FranK ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 10-09-2003 à 20:51 | 88 messages ]
  Dans l'url de ta qu'a mètre ce truc:
about:Ton texte ici
mais je ne sais pas si ca marche, j'ai jamais testé.
________________ Le GRAND FranK
Mon Blog
Mon Char
| [ Posté par Chiuchu ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 13-09-2003 à 19:23 | 92 messages ]
  c'est exactement un script dans ce genre que je recherche pour mon site ... je c que ça existe ... mais je c pas ou ...
________________ http://www.netwaka.fr.st/ - http://www.netwaka.tk/
Tout sur l'émulation !!
| [ Posté par Chiuchu ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 24-09-2003 à 17:03 | 92 messages ]
  J'ai enfin trouvé la solution,
regarde bien :
<script>function ouverture(img) {
titre="ton_titre";
w=open("",'image','width=1,height=1,toolbar=no,scrollbars=no,resizable=no');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0>");
w.document.write("");
w.document.write("</BODY></HTML>");
w.document.close();
}
</script>
<A HREF="javascript:ouverture('info/jeux-video/5/001.jpg')"><img src="001.jpg" alt="Regardez" border=0></a>
________________ http://www.netwaka.fr.st/ - http://www.netwaka.tk/
Tout sur l'émulation !!
|
|
Services email :
  Vous devez vous identifier pour profiter des services par email du forum.
|

|