IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Discussion :

Problème de NND ?

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Profil pro
    Inscrit en
    Juin 2006
    Messages
    94
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2006
    Messages : 94
    Par défaut Problème de NND ?
    Bonjour,
    J'ai codé un nouveau design pour mon site (php, java, ajax) et depuis que j'ai retouché le code, j'ai un problème de chargement complet (ou alors j'ai une erreur) sous IE (pas sous FireFox) de la page en utilisant l'adresse du NDD (redirection) alors que tout passe sans l'utiliser.

    http://www.move-france.fr/indexv3.php
    et
    http://electropica.free.fr/indexv3.php

    Qu'un aurait un idée ?
    A moins que c'est que chez moi que ça déconne ?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    <?php
    $starttime = explode(' ', microtime());
    $starttime = $starttime[1] + $starttime[0];
    ?>
    <!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>
    <link rel="shortcut icon" type="image/x-icon" href="http://electropica.free.fr/images/icone.ico" />
    <link rel="icon" type="image/png" href="http://electropica.free.fr/images/icone.png" />
    <meta name="y_key" content="ddb1e01017d082e7" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="TITLE" content="m.o.v.e France - SITE NON OFFICIEL" />
    <meta name="Description" content="Site Non-Officiel Francophone du groupe japonais m.o.v.e" />
    <meta name="Keywords" content="move,ムーヴ,ムーブ,むーう゛,むーぶ,ゆり,yuri,ユリ,もつ,モツ,motsu,きむら,キムラ,kimura,t-kimura,electropica,エレクトロピカ,avex,エイベックス,france,paroles,lyrics,vidéos,clips,biographie,discographie,non-officiel" />
    <meta name="LANGUAGE" content="FR" />
    <meta name="ROBOTS" content="All" />
    <meta name="AUTHOR" content="Xander" />
    <meta name="OWNER" content="webmaster@move-france.fr" />
    <meta name="RATING" content="GENERAL" />
    <meta name="ABSTRACT" content="Site Non-Officiel Francophone de M.O.V.E" />
    <meta name="REVISIT-AFTER" content="3 DAYS" />
    <title>m.o.v.e France - SITE NON OFFICIEL</title>
    
    <style type="text/css">
    <!--
    body,td,th {
    	color: #FFFFFF;
    	font-family: Verdana;
    	font-weight: bold;
    }
    body {
    	background-image: url(v2/font.jpg);
    	background-repeat: no-repeat;
    	background-attachment: fixed;
    }
    a:link {
    	color: #FFFFFF;
    }
    a:visited {
    	color: #FFFFFF;
    }
    a:hover {
    	color: #ffffcc;
    }
    a:active {
    	color: #FFFFFF;
    }
    dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
    #menu {
    	position: absolute;
    	top: 0px;
    	left: 93px;
    	z-index:100;
    	width: 845px;
    	background-repeat: no-repeat;
    	background-image: url(v2/fontlogo.png);
    	height: 335px;
    }
    #menu dl {
    	float: left;
    	width: 8.73em;
    	text-align:center;
    }
    #menu dt{
    	cursor: pointer;
    	text-align: center;
    	font-weight: bold;
    	border: 1px solid white;
    	margin: 0px;
    	background: black;
    }
    #menu dd{
    	display: none;
    }
    #menu li {
    text-align: center;
    }
    #menu li a, #menu dt a {
    	color: #fff;
    	text-decoration: none;
    	display: block;
    	height: 100%;
    	border: 0 none;
    	background-color: #000000;
    }
    #menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
    color: #ffffcc;
    }
    #page
    {
    	position:relative;
    	left : 0px;
    	width:1024px;
    	height:auto;
    	top: 340px;
    }
    #bas
    {
    	position:relative;
    	bottom: 0px;
    	top: 400px;
    	height: 470px;
    	width: 1024px;
    }
    #basdroite
    {
    	position:absolute;
    	left : 674px;
    	width:350px;
    	height:340px;
    	top: 0px;
    }
    #bascentre
    {
    	position:absolute;
    	left : 350px;
    	width:324px;
    	height:340px;
    	top: 0px;
    }
    #basgauche
    {
    	position:absolute;
    	left : 0px;
    	width:350px;
    	height:340px;
    	top: 0px;
    }
    #copy
    {
    	position:absolute;
    	left : 0px;
    	width:1024px;
    	height:130px;
    	top: 340px;
    }
    #pub
    {
    	position:absolute;
    	width:468px;
    	height:65px;
    	top: -65px;
    	left: 0px;
    }
    #autre
    {
    	position:absolute;
    	width:45px;
    	height:23px;
    	top: 0px;
    	left: 978px;
    }
    .style1 {font-size: 12px}
    .style2 {font-size: 24px}
    -->
    </style>
    
    <script type="text/javascript">
    // <![CDATA[
    function montre(id) {
    var d = document.getElementById(id);
    	for (var i = 1; i<=10; i++) {
    		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
    	}
    if (d) {d.style.display='block';}
    }
    // ]]>
    </script>
    
    <script type="text/javascript">
    // <![CDATA[ 
    function PopupCentrer(page,largeur,hauteur,options) {
    var top=(screen.height-hauteur)/2;
    var left=(screen.width-largeur)/2;
    window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
    }
    // ]]>
    </script>
    
    <script type='text/javascript'>
    // <![CDATA[
    var xhr = null; 
    function getXhr()
    {
    	if(window.XMLHttpRequest) { 
    	xhr = new XMLHttpRequest();
    	}
    	else if(window.ActiveXObject) {
    		try	{
    			xhr = new ActiveXObject("Msxml2.XMLHTTP");
    		} 
    		catch (e)
    		{
    			xhr = new ActiveXObject("Microsoft.XMLHTTP");
    		}
    	}	
    	else {
    	alert("Votre navigateur ne supporte pas les objets XMLHTTPRequest...");
    	xhr = false;
    	}
    	return xhr;
    }
    
    function ShowPage(page)
    {
    var xhr = getXhr();
    xhr.onreadystatechange = function()
        {
        	if(xhr.readyState == 4 && xhr.status == 200)
    			{
    			document.getElementById('page').innerHTML=xhr.responseText;
    			}
    	}
    xhr.open("GET","ajax.php?page="+page,true);
    xhr.send(null);
    }
    
    // ]]>
    </script>
    
    <script type="text/javascript">
    // <![CDATA[
    function clickIE4() {
      if (event.button==2) {
        alert(message);
        return false;
      }
    }
    function clickNS4(e) {
      if (document.layers||document.getElementById&&!document.all) {
        if (e.which==2||e.which==3) {
          alert(message);
          return false;
        }
      }
    }
    if (document.layers) {
      document.captureEvents(Event.MOUSEDOWN);
      document.onmousedown=clickNS4;
    }
    else if (document.all&&!document.getElementById) {
      document.onmousedown=clickIE4;
    }
    document.oncontextmenu=new Function("return false")
    // ]]>
    </script>
    
    </head>
    
    <body onload="ShowPage(1);montre()"> 
    
    <script type='text/javascript'>
    // <![CDATA[
    function bloc(){return false;}
    // ]]>
    </script>
    
    <script type="text/javascript">
    // <![CDATA[
    function disabletext(e){
    return false
    }
    function reEnable(){
    return true
    }
    document.onselectstart=new Function ("return false")
    if (window.sidebar){
    document.onmousedown=disabletext
    document.onclick=reEnable
    }
    // ]]>
    </script>
    
    <script language="JavaScript" type="text/javascript">
    var urlAddress = "http://www.move-france.fr/";
    var pageName = "m.o.v.e France - SITE NON OFFICIEL";
    function addToFavorites()
    {
    if (window.external)
    {
    window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
    }
    }
    </script>
    <a name="haut" id="haut"></a>
    <div id="menu">
    <br />
    <br />
    <br />
      <dl>
    		<dt onmouseover="javascript:montre();"> <a href="#" onclick="ShowPage(1), document.title='m.o.v.e France - SITE NON OFFICIEL'">Accueil</a></dt>
    </dl>
    	
    	<dl>			
    		<dt onmouseover="javascript:montre('smenu1');">Biographie</dt>
    			<dd id="smenu1" onmouseover="javascript:montre('smenu1');" onmouseout="javascript:montre('');">
    				<ul>
                        <li><a href="#" onclick="ShowPage(2), document.title='m.o.v.e France - SITE NON OFFICIEL - Biographie M.O.V.E'">m.o.v.e</a></li>
    					<li><a href="#" onclick="ShowPage(3), document.title='m.o.v.e France - SITE NON OFFICIEL - Biographie Yuri'">Yuri</a></li>
    					<li><a href="#" onclick="ShowPage(4), document.title='m.o.v.e France - SITE NON OFFICIEL - Biographie Motsu'">Motsu</a></li>
    					<li><a href="#" onclick="ShowPage(5), document.title='m.o.v.e France - SITE NON OFFICIEL - Biographie T-kimura'">T-kimura</a></li>
    					<li><a href="#" onclick="ShowPage(136), document.title='m.o.v.e France - SITE NON OFFICIEL - Biographie Autres'">Autres</a></li>
    				</ul>
    			</dd>
    	</dl>
    	
    <dl>			
    		<dt onmouseover="javascript:montre('smenu2');">Discographie</dt>
    			<dd id="smenu2" onmouseover="javascript:montre('smenu2');" onmouseout="javascript:montre('');">
    				<ul>
    					<li><a href="#" onclick="ShowPage(6), document.title='m.o.v.e France - SITE NON OFFICIEL - Discographie Albums'">Albums</a></li>
    					<li><a href="#" onclick="ShowPage(7), document.title='m.o.v.e France - SITE NON OFFICIEL - Discographie Singles'">Singles</a></li>
    					<li><a href="#" onclick="ShowPage(8), document.title='m.o.v.e France - SITE NON OFFICIEL - Discographie DVDs'">DVDs</a></li>
    			  </ul>
    			</dd>
    </dl>
        
        <dl>			
    		<dt onmouseover="javascript:montre('smenu3');">Multimedia</dt>
    			<dd id="smenu3" onmouseover="javascript:montre('smenu3');" onmouseout="javascript:montre('');">
    				<ul>
    					<li><a href="#" onclick="ShowPage(9), document.title='m.o.v.e France - SITE NON OFFICIEL - Paroles'">Paroles</a></li>
                        <li><a href="#" onclick="ShowPage(10), document.title='m.o.v.e France - SITE NON OFFICIEL - Videos Clips'">Clips</a></li>
                        <li><a href="#" onclick="ShowPage(11), document.title='m.o.v.e France - SITE NON OFFICIEL - Videos Live'">Live</a></li>
                        <li><a href="#" onclick="ShowPage(103), document.title='m.o.v.e France - SITE NON OFFICIEL - Covers'">Covers</a></li>
                        <li><a href="#" onclick="ShowPage(104), document.title='m.o.v.e France - SITE NON OFFICIEL - Making Of'">Making Of</a></li>
                        <li><a href="#" onclick="ShowPage(112), document.title='m.o.v.e France - SITE NON OFFICIEL - Photos'">Photos</a></li>
                        <li><a href="http://journal.move-france.fr" target="_blank">Journal</a></li>
    				</ul>
    			</dd>
    	</dl>
        
    	<dl>			
    		<dt onmouseover="javascript:montre('smenu4');">Communauté</dt>
    			<dd id="smenu4" onmouseover="javascript:montre('smenu4');" onmouseout="javascript:montre('');">
    				<ul>
    				  <li><a href="http://electropica.free.fr/forum/" target="_blank">Forums</a></li>
                      <li><a href='#' onclick='javascript:window.open(&quot;http://electropica.free.fr/chat/index.php&quot;,&quot;AjaxChat&quot;,&quot;resizable=no,scrollbars=no,width=700,height=360&quot;);'>Chat</a></li>
                      <li><a href='#' onclick='javascript:window.open(&quot;http://electropica.free.fr/ajoutmv.php&quot;,&quot;AjoutVidéo&quot;,&quot;resizable=no,scrollbars=no,width=900,height=300&quot;);'>Ajout vidéo</a></li>
    				</ul>
    			</dd>
    	</dl>
    
      <dl>			
    		<dt onmouseover="javascript:montre('smenu5');">Contact</dt>
    			<dd id="smenu5" onmouseover="javascript:montre('smenu5');" onmouseout="javascript:montre('');">
    				<ul>
    				  <li><a href="mailto:webmaster[at]move-france[dot]fr?subject=Site M.O.V.E&amp;body=Avant d'écrire votre email veuillez remplacer le [at] et le [dot] par @ et . dans la ligne du destinataire. Merci.">E-Mail</a></li>
                      <li><a href='javascript:PopupCentrer(&quot;http://electropica.free.fr/mail.php&quot;,550,450,&quot;menubar=no,scrollbars=no,statusbar=no&quot;)'>Formulaire</a></li>
    				</ul>
    		  </dd>
      </dl>
    </div>
    
    <div id="autre">
    <a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.move-france.fr/');"> <img src="images/home.gif" alt="Page de démarrage" width="20" height="20" border="0" /></a> 
    <a href="#" title="m.o.v.e France - SITE NON OFFICIEL" rel="sidebar" onclick="addToFavorites(this);return(false);"> <img src="images/favoris.gif" alt="Ajouter aux favoris" width="20" height="20" border="0" /></a></div>
    
    <div id="pub">
    <!-- Tag PromoBenef site membre N62529-->
      <script type="text/javascript">
    <!--
    var promobenef_site = "62529";
    var promobenef_minipub = "0";
    var promobenef_format = "1";
    //-->
        </script>
      <script type="text/javascript" src="http://www.promobenef.com/pub/"></script>
    </div>
    <div id="page">
      <div align="center"></div>
    </div>
    
    <div id="bas">
    
    <div id="basgauche">
      <div align="center">
      <object type="application/x-shockwave-flash" data="http://movefrance.chatango.com/group" width="300" height="340" id="obj_1221920555350">
    <param name="movie" value="http://movefrance.chatango.com/group"></param>
    <param name="wmode" value="transparent"></param>
    <param name="AllowScriptAccess" value="always"></param>
    <param name="AllowNetworking" value="all"></param>
    <param name="AllowFullScreen" value="true"></param>
    <param name="flashvars" value="cid=1228550888313&amp;a=CCCCCC&amp;d=666666&amp;e=000000&amp;f=30&amp;g=FFFFFF&amp;h=000000&amp;i=30&amp;j=FFFFFF&amp;k=999999&amp;l=FFFFFF&amp;m=FFFFFF&amp;o=30&amp;q=000000&amp;s=1"></param>
    <p>Il vous manque le plugin flash pour visionner l'animation.</p>
    </object> 
      </div>
    </div>
    
    <div id="bascentre">
      <h6 align="center"><?php $fichier = 'compteur';
    if( !file_exists($fichier) ) {
    $fp = fopen($fichier, "w");
    fwrite($fp, serialize(array()));
    fclose($fp);
    }
    $argument_visites = 'visites';
    $argument_requêtes = 'requêtes';
    $ip = $_SERVER['REMOTE_ADDR'];
    $time = date('YmdGis');
    $lignes = file($fichier);
    $donnees = unserialize($lignes[0]);
    foreach( $donnees as $cle => $valeur )
    {
    if( substr($valeur, 0, 8) != substr($time, 0, 8) &&
    $cle != $argument_visites &&
    $cle != $argument_requêtes ) {
    unset($donnees[$cle]);
    }
    }
    $donnees[$argument_requêtes]++;
    if( !$donnees[$ip] ) {
    $donnees[$argument_visites]++;
    $donnees[$ip] = $time;
    }
    $nb_visiteurs = $donnees[$argument_visites];
    $nb_aujourdhui = count($donnees)-2;
    $nb_requêtes = $donnees[$argument_requêtes];
    $fp = fopen($fichier,"w");
    fwrite($fp, serialize($donnees));
    fclose($fp);
    echo $nb_visiteurs." visiteurs totals<br />";
    echo $nb_aujourdhui." aujourd'hui<br />";
    echo $nb_requêtes." connexions totales";
    ?><br />
        </h6>
        <div id="xiti-logo" align="center">
    <script type="text/javascript">
    <!--
    document.write('<a href="http://www.xiti.com/xiti.asp?s=394313" title="WebAnalytics">');
    Xt_param = 's=394313&p=index';
    try {Xt_r = top.document.referrer;}
    catch(e) {Xt_r = document.referrer; }
    Xt_h = new Date();
    Xt_i = '<img width="80" height="15" border="0" ';
    Xt_i += 'src="http://logv9.xiti.com/g.xiti?'+Xt_param;
    Xt_i += '&hl='+Xt_h.getHours()+'x'+Xt_h.getMinutes()+'x'+Xt_h.getSeconds();
    if(parseFloat(navigator.appVersion)>=4)
    {Xt_s=screen;Xt_i+='&r='+Xt_s.width+'x'+Xt_s.height+'x'+Xt_s.pixelDepth+'x'+Xt_s.colorDepth;}
    document.write(Xt_i+'&ref='+Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$')+'"></a>');
    //-->
    </script>
    <noscript>
    <div id="xiti-logo-noscript" align="center">
    <a href="http://www.xiti.com/xiti.asp?s=394313" title="WebAnalytics" >WebAnalytics solution by <img width="80" height="15" src="http://logv9.xiti.com/g.xiti?s=394313&amp;p=index&amp;" alt="WebAnalytics" /></a>
    </div>
    </noscript>
    </div>
            <h6 align="center">
        		<a href="http://validator.w3.org/check?uri=http%3A%2F%2Felectropica.free.fr%2F" target="_blank">
            	<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" width="88" height="31" border="0" />        	</a><a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Felectropica.free.fr%2F" target="_blank"><img style="border:0;width:88px;height:31px"
                src="http://jigsaw.w3.org/css-validator/images/vcss"
                alt="CSS Valide !" /></a></h6>
            <p align="center"><a href="http://www.pagerank.fr/rapport-indexation.fr.html?uri=www.move-france.fr/" title="Mon PageRank" target="_blank"><img src="http://www.pagerank.fr/pagerank-actuel.gif?uri=www.move-france.fr/" style="border: none;" alt="PageRank Actuel"/></a></p>
        <p align="center"><img src="images/chart.png" width="80" alt="QRCode" /></p>
    <h6 align="center">
    		<?php
    $mtime = explode(' ', microtime());
    $totaltime = $mtime[0] + $mtime[1] - $starttime;
    printf('Page chargée en %.3f secondes.', $totaltime);
    ?></h6>
    </div>
    <div id="basdroite">
      <div align="center">
      <object type="application/x-shockwave-flash" data="http://media.imeem.com/pl/NIBoSvxLbo/autoShuffle=true/" width="300" height="340">
        <param name="movie" value="http://media.imeem.com/pl/NIBoSvxLbo/autoShuffle=true/"></param>
        <param name="wmode" value="transparent"></param>
        <param name="FlashVars" value="backColor=2B337B&amp;primaryColor=003366&amp;secondaryColor=3366cc&amp;linkColor=8E8EFF"></param>
        <p>Il vous manque le plugin flash pour visionner l'animation.</p>
    </object> 
      </div>
    </div>
    
    <div id="copy">      
      <h5 align="center"><span class="style1">&copy; 2008 - M.O.V.E France</span></h5>
      <p align="center"><!-- Script Régie Gratisdomaine.com -->
    <iframe src="http://ads.gratisdomaine.com/affiche.php?ident=3236333638&amp;v=2" name="gratisdomaine_print" width="468" marginwidth="0" height="60" marginheight="0" scrolling="No" frameborder="0" id="gratisdomaine_print"></iframe>
    <br />
      <!-- Script Compteur Gratisdomaine.com -->
    <script type="text/javascript" src="http://tool.gratisdomaine.com/compteur/compteur_invisible.php?ident=3236333638&amp;v=2">
      </script></p>
    </div>
    </div>
    </body>
    </html>

  2. #2
    Membre confirmé
    Profil pro
    Inscrit en
    Juin 2006
    Messages
    94
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2006
    Messages : 94
    Par défaut
    Bug trouvé, une barre de pub...

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Problème d'installation oracle 8.1.7 sous NT
    Par Anonymous dans le forum Installation
    Réponses: 7
    Dernier message: 02/08/2002, 14h18
  2. Problème d'impression
    Par IngBen dans le forum C++Builder
    Réponses: 7
    Dernier message: 22/05/2002, 11h37
  3. Problème avec la mémoire virtuelle
    Par Anonymous dans le forum CORBA
    Réponses: 13
    Dernier message: 16/04/2002, 16h10
  4. Réponses: 6
    Dernier message: 25/03/2002, 21h11

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo