Petite question mais importante
	
	
		Bonjour à tous,
Je voulais juste savoir comment marche cette partie de code Et voilà le code entier : 
	Code:
	
| 12
 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
 
 |  
 
 
<html><head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
 
<title>Appli Workflow</title><link rel="STYLESHEET" type="TEXT/CSS" href="nav.css">
<script>
function openFile(vUrl){
//alert(vUrl);
w = window.open(vUrl, '_self');
}
 
        </script>
        <style>
        .titre{
        font-family:sans-serif;
        font-size:18pt;
        color:white;
        background-color:black;
        }
        .text{
        font-family:sans-serif;
 
        }
 
        </style>
 
</head>
 
	<body bgcolor="#ffffff">
 
<div align="center" class="titre">
<img src="${sd.oc_imagesdir}/bandeau.jpg">
<br/>
application workflow</div>
 
<br>
<br>
<br>
<table width="95%" border="0" align="center">
<tbody><tr>
<td align="center" valign="top">
 
<div align="center" class="text">
testPour vous connecter, vous devez utiliser <strong>votre nom d'utilisateur et votre mot de passe</strong>
<br>
En cas de problème, contacter <a href="mailto:webmaster@example.com">webmaster 
</a> .
</div>
 
<form action="login" method="post" name="selectForm" id="selectForm">
<table width="399" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td rowspan="6"><img src="${sd.oc_imagesdir}/login_files/login_01.gif" height="162" width="112"></td>
<td rowspan="3"><img src="${sd.oc_imagesdir}/login_files/login_02.gif" height="81" width="134"></td>
<td width="130"><img src="${sd.oc_imagesdir}/login_files/login_03.gif" height="17" width="130"></td>
<td rowspan="5"><img src="${sd.oc_imagesdir}/login_files/login_04.gif" height="135" width="23"></td>
</tr>
<tr height="35">
<td align="left" valign="bottom" width="130" height="35"><input type="text" name="user_name" size="8" maxlength="255"></td>
</tr>
<tr height="29">
<td align="left" valign="bottom" width="130" height="29"><input type="password" name="password" size="8" maxlength="255" onkeypress="document.forms.selectForm.submit();"></td>
</tr>
<tr>
<td><img src="${sd.oc_imagesdir}/login_files/login_07.gif" height="37" width="134"></td>
 
<td width="130"><img  onclick="document.forms.selectForm.submit();" src="${sd.oc_imagesdir}/login_files/login_08.gif" border="0" height="37" width="130"></td>
</tr>
<tr>
<td colspan="2"><img src="${sd.oc_imagesdir}/login_files/login_09.gif" height="17" width="264"></td>
</tr>
<tr>
<td colspan="3"><img src="${sd.oc_imagesdir}/login_files/login_10.gif" height="27" width="287"></td>
</tr>
</tbody></table>
</form>
</td>
</tr>
</tbody></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" background="" bgcolor="" class=nivtwo>
<tr bgcolor="#FF6600"><td align="center"><img src="images/transparent.gif" width="1" height="1" border="0"></td></tr>
<tr bgcolor="#FFFFFF">
<td class=nivtwo>
 
<div style="font-size:10px;">
Copyright © Orange Caraïbe 2002. Droits de reproduction et de diffusion réservés; <a href="index.jsp?corps=licence.jsp" style="text-decoration:none;">mentions légales</a>.
 
</div></td>
</tr>
</table>
 
</body></html> | 
 Base de donnée : ORACLE
Fichier utilisé:xml,javascript,css
Merci d'avance pour votre aide.
Mathieu  :wink: