Cree un popup

Fermé
s96396195 Messages postés 9 Date d'inscription mardi 15 avril 2008 Statut Membre Dernière intervention 24 juillet 2008 - 20 juin 2008 à 12:48
RAD ZONE Messages postés 5224 Date d'inscription samedi 20 janvier 2007 Statut Contributeur Dernière intervention 22 mars 2024 - 20 juin 2008 à 12:56
Bonjour,
je cherche comment cree un popup dans non site web merci
A voir également:

2 réponses

dcanl Messages postés 2999 Date d'inscription mercredi 7 septembre 2005 Statut Contributeur Dernière intervention 3 juin 2013 470
20 juin 2008 à 12:50
Salut.

Quelques pistes...

@+
1
RAD ZONE Messages postés 5224 Date d'inscription samedi 20 janvier 2007 Statut Contributeur Dernière intervention 22 mars 2024 1 353
20 juin 2008 à 12:56
oui comme dis dcanl,
https://www.google.fr/search?hl=fr&q=afficher+fen%C3%AAtre+popup&btnG=Recherche+Google&meta=&gws_rd=ssl
et si tu ne veux pas chercher voila une page ou ce trouve une pop completement parametrable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>RAD ZONE Webcreation
    </title>
    <meta name="author" content="http://radservebeer.free.fr" />
    <meta name="generator" content="PSPad editor, www.pspad.com" />
<script language="JavaScript" type="text/javascript">
//<![CDATA[
<!-- begin
function go(url, tool, menu, loc, scroll, resize, status, left, top, width, height) {
OpenWin = this.open(url, "CtrlWindow", "toolbar=" + tool + ",menubar=" + menu + ",location=" + loc + ",scrollbars=" + scroll + ",resizable=" + resize + ",status=" + status + ",left=" + left + ",top=" + top + ",width=" + width + ",height=" + height);
}
// end -->
//]]>
</script>
  </head>
  <body>
    <a href="javascript:go('http://www.yahoo.com','yes','yes','yes','yes','yes','yes'%20,'50','100','750','400')" onmouseover="window.status='http://www.yahoo.com'; return true">Yahoo</a>
  </body>
</html>


RAD
0