Cree un popup

s96396195 Messages postés 9 Statut Membre -  
RAD ZONE Messages postés 5362 Statut Contributeur -
Bonjour,
je cherche comment cree un popup dans non site web merci
Configuration: Windows XP
Internet Explorer 6.0

2 réponses

  1. dcanl Messages postés 3004 Date d'inscription   Statut Contributeur Dernière intervention   470
     
    Salut.

    Quelques pistes...

    @+
    1
  2. RAD ZONE Messages postés 5362 Statut Contributeur 1 360
     
    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