VOila c'est mon code html généré :
<html>
<head>
<STYLE TYPE="text/css">
INPUT {
BORDER-RIGHT: rgb(0,0,0) 1px solid; BORDER-TOP: rgb(0,0,0) 1px solid; FONT: 11px verdana, Arial, Helvetica; BORDER-LEFT: rgb(0,0,0) 1px solid; BORDER-BOTTOM: rgb(0,0,0) 1px solid; BACKGROUND-COLOR:#E0E0E0
}
SELECT {
BORDER-RIGHT: rgb(0,0,0) 1px solid; BORDER-TOP: rgb(0,0,0) 1px solid; FONT: 11px verdana, Arial, Helvetica; BORDER-LEFT: rgb(0,0,0) 1px solid; BORDER-BOTTOM: rgb(0,0,0) 1px solid; BACKGROUND-COLOR:#E0E0E0
}
TEXTAREA {
BORDER-RIGHT: rgb(0,0,0) 1px solid; BORDER-TOP: rgb(0,0,0) 1px solid; FONT: 11px verdana, Arial, Helvetica; BORDER-LEFT: rgb(0,0,0) 1px solid; BORDER-BOTTOM: rgb(0,0,0) 1px solid; BACKGROUND-COLOR:#E0E0E0
}
</STYLE>
<script language="JavaScript">
function doAct(bouton)
{
if (bouton.name=="equipement" )
{
document.maform.action="newincident.php";
document.maform.submit();
}
}
</script>
<script language="JavaScript">
function valide_doc() {
if(document.maform.nom.value=="" ){
alert('Vous devez saisir le nom du client';
document.maform.nom.focus();
}
else if(document.maform.priorite.value=="" ){
alert('Vous devez saisir une priorite';
document.maform.sujet.focus();
}
else if(document.maform.description.value=="" ){
alert('Vous devez decrire votre probleme';
document.maform.description.focus();
}
else if(document.maform.status.value=="" ){
alert('Veuillez saisir un type d incident';
document.maform.description.focus();
}
else{
document.maform.submit();
}
}
</script>
</head>
<center>
<font size=5> Création d'un incident : Site de Londres de la société Corporate </font>
<br><br>
<form name="maform" action="sql_incident.php">
<table width=95% height=90% border=0 cellspacing=0 cellpadding=0>
<tr><td width=100% align=center valign=top>
<fieldset>
<legend align="top"><font size=4 color=green> Date et heure d'ouverture d'incident : </font></legend>
<table width=100% heigth=100% border=0 cellspacing=0 cellpadding=0>
<tr><td> </td></tr>
<tr>
<td width=50% align=center valign=center>
<font size=3 color=green> Date d'ouverture (AAAA-MM-JJ) : </font>
<input type="text" name="date" size="10" value="2002-07-08">
</td>
<td width=50% align=center valign=center>
<font size=3 color=green> Heure d'ouverture (HH-MM-SS) : </font>
<input type="text" name="heure" size="10" value="14-55-34">
</td>
</tr>
<tr><td> </td></tr>
</table>
</fieldset>
</td></tr>
<tr><td>
</td></tr>
<tr><td width=100% align=center valign=top>
<fieldset>
<legend align="top"><font size=4 color=blue> Paramètres de l'incident : </font></legend>
<table width=100% heigth=100% border=0 cellspacing=0 cellpadding=0>
<tr><td> </td></tr>
<tr>
<td align=center valign=center>
<font size=3 color=blue> Nom client : </font>
<input type="text" name="nom" size="20" value="">
</td>
<td align=center valign=center>
<font size=3 color=blue> Technicien affecté : </font>
<select name="technicien">
<OPTION VALUE="snooper" SELECTED>vigueur brice <option value='tech'> nom prenom</option><option value='snooper'> vigueur brice</option>
</select>
</td>
<td align=center valign=center>
<font size=3 color=blue> Priorité : </font>
<select name="priorite">
<OPTION VALUE="" SELECTED> <option value='haute'> haute </option><option value='moyenne'> moyenne </option><option value='basse'> basse </option> </select>
</td>
<td align=center valign=center>
<font size=3 color=blue> Type d'incident : </font>
<select name="status">
<OPTION VALUE="" SELECTED> <option value='GMs'> GMs </option><option value='Téléphone'> Téléphone </option><option value='Fax'> Fax </option><option value='E-Mail'> E-Mail </option>
</select>
</td>
</tr>
<tr><td> </td></tr>
</table>
</fieldset>
</td></tr>
<tr><td>
</td></tr>
<tr><td width=100% align=center valign=top>
<fieldset>
<legend align="top"><font size=4 color=purple> Equipements et services </font></legend>
<table width=100% heigth=100% border=0 cellspacing=0 cellpadding=0>
<tr><td> </td></tr>
<tr>
<td width=33% align=center valign=center>
<font color=purple>Equipements :</font>
<SELECT NAME="equipement" ONCHANGE="doAct(this);">
<option value="Autres" > Autres </option>
<option value='11'>Routeur Londres</option><option value='12'>Firewall PIX 525</option><option value='13'>Mail / DNS</option><option value='14'>Proxy Londres</option>
</SELECT>
</td>
<td width=33% align=center valign=center>
<font color=purple>Services :</font>
<SELECT NAME="service" ONCHANGE="doAct(this);">
<option value="Autres" > Autres </option>
</SELECT>
</td>
<td width=33% align=center valign=center>
<font size=3 color=purple> Catégorie : </font>
<select name="categorie">
<OPTION VALUE="" SELECTED> <option value='Logiciel'> Logiciel </option><option value='Materiel'> Materiel </option><option value='Fournisseur'> Fournisseur </option><option value='Autres'> Autres </option> </select>
</td>
</tr>
<tr><td> </td></tr>
</table>
</fieldset>
</td></tr>
<tr><td>
</td></tr>
<tr><td width=100% align=center valign=top>
<fieldset>
<legend align="top"><font size=4 color=red> Description de l'incident : </font></legend>
<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr><td> </td></tr>
<tr><td align=left valign=top>
<font size=3 color=red> Description : </font>
</td></tr>
<tr><td align=center valign=center>
<textarea rows="10" cols="100" name="description" ></textarea>
</td></tr>
<tr><td> </td></tr>
</table>
</fieldset>
</td></tr>
<tr><td>
</td></tr>
<tr><td width=100% align=center valign=top>
<fieldset>
<legend align="top"><font size=4 color=purple> Action réalisé : </font></legend>
<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr><td> </td></tr>
<tr><td align=left valign=top>
<font size=3 color=purple> Action réalisée : </font>
</td></tr>
<tr><td align=center valign=center>
<textarea rows="10" cols="100" name="action" ></textarea>
</td></tr>
<tr><td> </td></tr>
</table>
</fieldset>
</td></tr>
<tr><td width=100% align=center valign=top>
<table width=100% border=0 cellspacing=0 cellpadding=0>
<tr><td align=center>
<input type=hidden name=societe value=Corporate>
<input type=hidden name=site value=Londres>
<input type=hidden name=requete value="add_incident">
<input type=button onClick="javascript:valide_doc()" value="Création de l'incident">
</td>
</tr>
</table>
</tr></td>
</table>
</form>