<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Formulaire</title>
</head>
<body>
<p align="center"><big><b><u>Formulaire de saisie standard </u></b></big></p>
<form name="form1" method="Get" action="http://10.234.92.90:80">
<fieldset id="info1">
<legend>Test</legend>
<table width="400" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" height="28">
<div align="left">
code (1 ou 2) :
</div>
</td>
<td width="70%" height="28">
<div align="left">
<input name="lecode" type="text" id="lecode" value="">
</div>
</td>
</tr>
</table>
</fieldset>
<p align="center">
<input type="submit" name="Button" value="Envoyer" onClick="this.disabled=true;">
</p>
</form>
</body>
</html>
Partager