Bonjour,
SVP, quelqu'un peut il m'aider a resoudre mon problème?
mes messages javascript ne s'affichent pas.
voici mon code:
<?
// Redirige l'utilisateur s'il est déjà identifié
if(isset($_COOKIE["ID_UTILISATEUR"]))
{
header("Location: index.php");
}
else
{
// Formulaire visible par défaut
$masquer_formulaire = false;
// Une fois le formulaire envoyé
if(isset($_POST["BT_Envoyer"]))
{
// Vérification de la validité des champs
if(!ereg("^[A-Za-z0-9_]{2,20}$", $_POST["TB_Nom_Utilisateur"]))
{
$message = "<script langage='javascript'> alert('Votre nom d'utilisateur doit comporter entre 2 et 20 caractères')</script>";
$message .= "<script langage='javascript'> alert('L'utilisation de l'underscore est autorisée')</script>";
}
elseif(!ereg("^[A-Za-z0-9]{6,}$", $_POST["TB_Mot_de_Passe"]))
{
$message = "<script langage='javascript'> alert('Votre mot de passe doit comporter au moins 6 caractères')</script>";
}
else
{
// Connexion à la base de données
// Valeurs à modifier selon vos paramètres configuration
mysql_connect("sql", "pixelweb", "webagence");
mysql_select_db("pixelweb");
// Sélection de l'utilisateur concerné
$result = mysql_query("
SELECT ID_Utilisateur, Nom_Utilisateur, Mot_de_Passe, Compte_Active
FROM Comptes_Utilisateurs
WHERE Nom_Utilisateur = '" . $_POST["TB_Nom_Utilisateur"] . "'
");
$message = "<script langage='javascript'> alert('vous êtes maintenant connecté !')</script>";
// Si une erreur survient
if(!$result)
{
$message = "<script langage='javascript'> alert('Une erreur est survenue lors de la tentative de connexion')</script>";
}
else
{
// Si aucun utilisateur n'a été trouvé
if(mysql_num_rows($result) == 0)
{
$message = "<script langage='javascript'> alert('Ce nom d'utilisateur'". $_POST['TB_Nom_Utilisateur'] ."'n''existe pas')</script>";
}
else
{
// Récupération des données
$row = mysql_fetch_array($result);
// Si le compte n'a pas été activé
if($row["Compte_Active"] == 0)
{
$message = "<script langage='javascript'> alert('Votre compte utilisateur n'a pas été activé')</script>";
}
else
{
// Vérification du mot de passe
if($_POST["TB_Mot_de_Passe"] != $row["Mot_de_Passe"])
{
$message = "<script langage='javascript'> alert('Votre mot de passe est incorrect')</script>";
}
else
{
// Définition du temps d'expiration des cookies
$expiration =
empty($_POST["CB_Connexion_Automatique"]) ? 0 : time() + 90 * 24 * 60 * 60;
// Création des cookies
setcookie("ID_UTILISATEUR", $row["ID_Utilisateur"], $expiration, "/");
setcookie("NOM_UTILISATEUR", $row["Nom_Utilisateur"], $expiration, "/");
// Fermeture de la connexion à la base de données
mysql_close();
// Redirection de l'utilisateur
header("Location: index.php");
}
}
}
}
// Fermeture de la connexion à la base de données
mysql_close();
}
}
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>..:::AFRIC EXPERTISE:::..Au delà de votre vision | Exceed your vision</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css" media="screen">@import "css/basic.css";</style>
<style type="text/css" media="screen">@import "css/tabs.css";</style>
<style type="text/css" media="screen">
@import "css/style.css";.Style28 {font-size: 11px}
.Style31 {color: #FF9900; font-weight: bold; }
</style>
<script type="text/javascript" src="js/slide.js"></script>
<style type="text/css">
<!--
form
{/* background-image:url(background.gif);*/ padding:0px; border:0px;/*1/*6px*/ /*solid #DDDDDD;*/ }
td, input, select, textarea
{ font-size:10px/*13*/; font-family:Verdana,sans-serif; /*font-weight:bold;*/ /*Ajout*/color:#0066CC;}
input, select, textarea
{ color:#0000CC; }
.passage, .champ
{ background-color:#FFF1E3;/*#FFF;/*#FFFFAA*/ width:95px; border:1px/*6*/ solid #DDDDDD; }
.Bouton
{ /*background-color:#FFFFFF; */color:#06C/*#AAAAAA*/; width:70px;/*200*/ /*border:/*1px/*6*/ /*solid #DDDDDD;*/ }
.Style32 {
color: #FF9900;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
</head>
<body style="background-image:url(images/bg.gif)">
<table width="890" height="1216" border="0" align="center" cellspacing="0">
<tr>
<td width="13" rowspan="3"> </td>
<td width="99" rowspan="3"><img src="images/logo.gif" alt="" width="96" height="90" /></td>
<td width="548" height="32" rowspan="2"> </td>
<td width="222"><? if(isset($_COOKIE["ID_UTILISATEUR"])) { ?>
Bienvenu: <a href="deconnexion.php">Déconnexion</a>
<? } else { ?>
<a href="creer-compte-utilisateur.php">Inscription</a> | <a href="connexion.php">Connexion</a>
<? } ?></td>
</tr>
<tr>
<td><div align="right"><img src="images/ban.gif" alt="" width="281" height="30" /></div></td>
</tr>
<tr>
<td height="42" colspan="2"><div id="header">
<ul id="primary">
<li><span>Accueil</span></li>
<li><a href="presentation.php">Présentation</a></li>
<li><a href="ingenierie.html">Ingénierie</a></li>
<li><a href="formation.html">Formation</a></li>
<li><a href="construction.html">Matériel</a></li>
<li><a href="construction.html">Icrea Studio</a></li>
</ul>
</div></td>
</tr>
<tr>
<td height="1110" colspan="5"><div id="main">
<div id="contents">
<table width="819" height="1026" border="0" align="center" cellspacing="0">
<tr>
<td width="817"><table width="801" border="0" cellspacing="0">
<tr>
<td width="317"><span class="Style22">Vous êtes ici :</span> <span class="Style20">Accueil</span></td>
<td width="480">
<div align="right" class="Style23"><a href="construction.html" class="liens">Ingénierie et Formation en milieu rural</a></div> </td>
</tr>
<tr>
<td colspan="2"><div align="center"><img src="images/animation.jpg" width="815" height="220" /></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="787"><table width="806" border="0" align="center" cellspacing="0">
<tr>
<td height="167" colspan="5"><table width="781" border="0" align="center" cellspacing="0">
<tr>
<td height="87" colspan="4"><div align="center"><img src="images/liste_services.gif" alt="" width="755" height="141" border="0" usemap="#Map2" /></div></td>
</tr>
<tr>
<td width="18" height="20"> </td>
<td width="42"><div id="titreinfo">INFO</div></td>
<td width="524">
<div id="titreinfo2">
<script language="JavaScript1.2">
<!--Javascript issu de Script Masters-->
<!--
http://www.script-masters.com/ -->
/*
Définissez ici l'allure de votre texte
*/
var Largeur=450;/*screen.width;*/
var Hauteur=15;
var vitesse=3;/*4*/
var Texte="<font face='Verdana'>AFRIC EXPERTISE SARL est un cabinet de formation, d'étude, de conseil, de communication et d'ingénierie des systèmes d'information. <a href='#'>En savoir plus...</a></font>"
var Texte2='<font face="Verdana">Le cabinet AFRIC EXPERTISE <a href="construction.html">En savoir plus...</a></font>'
/*
Ne plus rien modifié sous cette ligne
*/
navigateur = navigator.appName;
if (navigateur != "Microsoft Internet Explorer")
document.write('<marquee scrollAmount='+vitesse+' style="width:'+Largeur+'">'+Texte+'</marquee>')
else
if (document.all)
document.write('<marquee scrollAmount='+vitesse+' style="width:'+Largeur+'">'+Texte+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+Texte+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=vitesse
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=Largeur
scrollit()
}
}
window.onload=regenerate2
</script>
</div> </td>
<td width="189"><img src="images/nolines_plus.gif" alt="" width="18" height="18" border="0" align="absmiddle" /><a href="construction.html">Toutes nos offres</a></td>
</tr>
</table></td>
</tr>
<tr>
<td height="167" colspan="5"><table width="796" border="0" align="center" cellspacing="0">
<tr>
<td width="817" height="179">
<div id="titre11"><div id="textetitre1">NOS OFFRES DE CREATION ET HEBERGEMENT DE SITE WEB</div></div>
<div id="titre12">
<table width="734" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><table width="782" height="127" border="0" align="center" cellspacing="0">
<tr>
<td width="271" height="127"><div align="center"><img src="images/pack1.gif" alt="" width="196" height="125" border="0" usemap="#Map3" /></div></td>
<td width="256"><div align="center"><img src="images/pack2.gif" alt="" width="205" height="117" border="0" usemap="#Map4" /></div></td>
<td width="249"><div align="center"><img src="images/pack3.gif" alt="" width="196" height="117" border="0" usemap="#Map5" /></div></td>
</tr>
</table>
<map name="Map3" id="Map35">
<area shape="rect" coords="2,2,187,106" href="#" />
</map>
<map name="Map4" id="Map45">
<area shape="rect" coords="2,1,207,101" href="#" />
</map>
<map name="Map5" id="Map55">
<area shape="rect" coords="3,2,193,99" href="#" />
<area shape="rect" coords="137,111,242,124" href="#" alt="" />
</map></td>
</tr>
<tr>
<td width="53" height="19"> </td>
<td width="542" height="19"> </td>
<td width="187" height="19"><img src="images/nolines_plus.gif" alt="" width="18" height="18" border="0" align="absmiddle" /><a href="catalogue_icrea_site.html">Toutes nos offres</a></td>
</tr>
</table>
<map name="Map3" id="Map34">
<area shape="rect" coords="2,2,187,106" href="#" />
</map>
<map name="Map4" id="Map44">
<area shape="rect" coords="2,1,207,101" href="#" />
</map>
<map name="Map5" id="Map54">
<area shape="rect" coords="3,2,193,99" href="#" />
<area shape="rect" coords="137,111,242,124" href="#" alt="" />
</map>
</div> </td>
</tr>
</table>
<map name="Map3" id="Map32">
<area shape="rect" coords="2,2,187,106" href="#" />
</map>
<map name="Map4" id="Map42">
<area shape="rect" coords="2,1,207,101" href="#" />
</map>
<map name="Map5" id="Map52">
<area shape="rect" coords="2,2,192,99" href="#" />
<area shape="rect" coords="137,111,242,124" href="#" alt="" />
</map></td>
</tr>
<tr>
<td height="167" colspan="5"><table width="802" height="165" border="0" align="center" cellspacing="0">
<tr>
<td height="165">
<div id="titre11"><div id="textetitre1">CONSULTEZ NOS CATALOGUES </div></div>
<div id="titre12">
<table width="733" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="38" colspan="3"><img src="images/LogoFDFP.gif" alt="" width="114" height="65" /></td>
<td height="38" colspan="2"><table width="253" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><div align="left"><span class="Style31">CATALOGUE DE FORMATION</span></div></td>
</tr>
<tr>
<td><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="catalogue_formation.html">Formation professionnelle continue</a></td>
</tr>
<tr>
<td><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="construction.html">Seminaires</a></td>
</tr>
<tr>
<td><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="construction.html">Formaton certifiante</a></td>
</tr>
<tr>
<td><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="construction.html">PAFPA</a></td>
</tr>
<tr>
<td height="19"><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="construction.html">Projet d'insertion et d'apprentissage</a></td>
</tr>
</table></td>
<td colspan="3" rowspan="2"><table width="294" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><span class="Style31">AUTRES CATALOGUES</span></td>
</tr>
<tr>
<td width="23"><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td width="297"><a href="catalogue_icrea_site.html">Catalogue des sites web</a></td>
</tr>
<tr>
<td><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="construction.html">Catalogue des locations</a></td>
</tr>
<tr>
<td><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="construction.html">Catalogue événementiel</a></td>
</tr>
<tr>
<td><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="ingenierie.html">Catalogue des services en ingénierie</a></td>
</tr>
<tr>
<td><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="construction.html">Catalogue des contrats de maintenance</a></td>
</tr>
<tr>
<td height="14"><img src="images/fleche.gif" alt="" width="14" height="14" align="absmiddle" /></td>
<td><a href="construction.html">Catalogue de prix de matériels informatique</a></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="19" colspan="5"> </td>
</tr>
<tr>
<td width="15" height="19"> </td>
<td width="79"> </td>
<td width="20"><a href="formation.html"><img src="images/nolines_plus.gif" alt="" width="19" height="19" border="0" align="absmiddle" /></a></td>
<td width="223"><table width="218" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="218"><a href="formation.html">Rechercher une formation</a></td>
</tr>
</table></td>
<td width="87"> </td>
<td width="69"> </td>
<td width="18"><img src="images/nolines_plus.gif" alt="" width="18" height="18" border="0" align="absmiddle" /></td>
<td width="222"><a href="ingenierie.html">Rechercher un service</a></td>
</tr>
</table>
</div> </td>
</tr>
</table>
<map name="Map3" id="Map33">
<area shape="rect" coords="2,2,187,106" href="#" />
</map>
<map name="Map4" id="Map43">
<area shape="rect" coords="2,1,207,101" href="#" />
</map>
<map name="Map5" id="Map53">
<area shape="rect" coords="2,2,192,99" href="#" />
<area shape="rect" coords="137,111,242,124" href="#" alt="" />
</map></td>
</tr>
<tr>
<td width="400" height="132">
<div id="titre21"><div id="textetitre2">NOS AGENCES</div></div>
<div id="titre22">
<table width="370" height="80" border="0" align="center" cellspacing="0">
<tr>
<td height="18" colspan="2"> </td>
</tr>
<tr>
<td width="221" height="62"><table width="217" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="217" height="60"><span class="Style26 Style26 Style14">AFRIC EXPERTISE présente aussi bien Abidjan qu'à l'intérieur du pays ambitionne de couvrir tout le territoire national <a href="agences.html">...Découvrir nos agences</a></span></td>
</tr>
</table></td>
<td width="145"><div align="center">
<img style="border:2px solid #DDDDDD; padding:1px; background:#ffeda5;" src="images/COTE_D_IVOIRE.gif" alt="" width="75" height="63" border="0" usemap="#Map6" /></div></td>
</tr>
</table>
</div> </td>
<td width="200">
<div id="titre31"><div id="textetitre2">ESPACE CLIENT</div></div>
<div id="titre32">
<table width="178" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="178" height="15"><div align="center" class="Style32">Identifiez-vous</div></td>
</tr>
<tr>
<td height="74">
<? if(isset($message)) { ?>
<?= $message; ?>
<? } if($masquer_formulaire != true) { ?>
<form action="
http://<?= $_SERVER["SERVER_NAME"] . $_SERVER["SCRIPT_NAME"]; ?>" method="post">
<table width="178" height="71" border="0" align="center" cellspacing="0">
<tr>
<td width="77" height="21"><span class="Style25">Login</span></td>
<td width="97"><label>
<input name="TB_Nom_Utilisateur" type="text" id="TB_Nom_Utilisateur" size="12" class="champ" />
</label></td>
</tr>
<tr>
<td height="21"><span class="Style25">Mot de passe</span></td>
<td height="21"><label>
<input name="TB_Mot_de_Passe" type="password" id="TB_Mot_de_Passe" size="12" class="champ"/>
</label></td>
</tr>
<tr>
<td height="22" colspan="2"><div align="center"><span class="Style18 Style14">
<input type="submit" class="Bouton" id="BT_Envoyer" value="Connexion" />
</span></div></td>
</tr>
</table>
</form> <? } ?> </td>
</tr>
</table>
</div> </td>
<td width="200"><div id="titre31"><div id="textetitre2">CONTACTEZ-NOUS</div></div>
<div id="titre32">
<table width="169" height="98" border="0" align="center" cellspacing="0">
<tr>
<td id="contact" height="98"><div align="center"><span class="Style11">Vous avez un projet?<br />
Contactez-nous!</span><br />
<br />
<span class="Style18 Style26 Style28"><a href="#" class="liens">africexpertiseabidjan@aviso.ci</a> </span></div></td>
</tr>
</table>
</div> </td>
</tr>
<tr>
<td width="400" height="136">
<div id="titre21"><div id="textetitre2">NOS PARTENAIRES</div></div>
<div id="titre22">
<table width="335" height="92" border="0" align="center" cellspacing="0">
<tr>
<td height="92">
<!-- Défile Image-->
<script type="text/javascript" src="js/defil1.js"></script> </td>
</tr>
</table>
</div> </td>
<td colspan="4">
<div id="titre21"><div id="textetitre2">NOS REFERENCES</div></div>
<div id="titre22">
<table width="363" height="102" border="0" align="center" cellspacing="0">
<tr>
<td width="120" height="102">
<!-- Défile Image-->
<!-- <script type="text/javascript" src="js/defil.js"></script>-->
<div id="galerie" class="rotation">
<a href="#"><img src="images/defil1.gif" alt="" title="" /></a>
<a href="#"><img src="images/defil2.gif" alt="" title="" /></a>
<a href="#"><img src="images/defil3.gif" alt="" title="" /></a> </div>
<script type="text/javascript">
rotationInit('galerie');
</script> </td>
<td width="95">
<span class="Style26 Style26 Style14">Logo<br />
Carte de visite<br />
Calendrier<br />
Gadgets publicitaire <br />
Site web </span> </td>
<td width="142">
<span class="Style26 Style26 Style14">Carte de voeux<br />
Impression numérique<br />
Tee_shirt<br />
...<br />
<br />
</span>
<a href="construction.html">Toutes nos références...</a> </td>
</tr>
</table>
</div> </td>
</tr>
</table></td>
</tr>
</table>
</div>
</div>
<div id="footer" align="center"> <span class="Style26"><span class="Style27"><a href="index.php">Accueil </a>|<a href="presentation.php" > Présentation</a> | <a href="ingenierie.html">Ingénierie</a>| <a href="formation.html" >Formation</a>| <a href="construction.html" >Matériel</a>| <a href="construction.html" >Icrea Studio</a>| <a href="construction.html" >Références</a> | <a href="contact.html">Contacts</a> </font> </span></span></div>
</div>
<div align="center" class="Style27"><span class="Style1">Africexpertise.ci </span><font color="#000000">© 2008 </div></td>
</tr>
</table>
<map name="Map2" id="Map2">
<area shape="rect" coords="9,9,145,134" href="site.html" alt="" />
<area shape="rect" coords="286,137,287,139" href="#" alt="" /><area shape="rect" coords="160,10,294,134" href="formation.html" alt="" />
<area shape="rect" coords="308,10,444,135" href="materiel.html" alt="" />
<area shape="rect" coords="455,9,597,134" href="evenementiel.html" alt="" />
<area shape="rect" coords="606,9,743,134" href="epaiement.html" alt="" />
</map>
<map name="Map3" id="Map3"><area shape="rect" coords="3,4,184,108" href="site.html" alt="" />
</map>
<map name="Map4" id="Map4"><area shape="rect" coords="3,4,199,113" href="site.html" alt="" />
</map>
<map name="Map5" id="Map5"><area shape="rect" coords="6,5,192,111" href="site.html" alt="" />
</map>
<map name="Map6" id="Map6">
<area shape="rect" coords="0,-18,77,60" href="agences.html" alt="" />
</map></body>
</html>
Merci d'avance
Afficher la suite