<html>
<head>
<title>Gestion des Achats Intranet</title>
<script LANGUAGE="JavaScript">
<!--
function evalform_incmd(formulaire) {
if ( formulaire.SEARCHNUMCMD.value.indexOf("'") > 0 ) {
cpt = formulaire.SEARCHNUMCMD.value.indexOf("'")
str1 = formulaire.SEARCHNUMCMD.value.substring(0,cpt)
str2 = formulaire.SEARCHNUMCMD.value.substring(cpt+1)
formulaire.SEARCHNUMCMD.value = str1 + "-" + str2
}
return true;
}
function ShowEmailBtnComposant_(pId){
var ObjBtnMail = document.getElementById("divBtnMailComposant_" + pId);
var ObjBtnNumCmd = document.getElementById("divBtnNumCmdComposant_" + pId);
ObjBtnNumCmd.style.display = "none";
ObjBtnMail.style.display = "";
}
function HideEmailBtnComposant_(pId){
var ObjBtnMail = document.getElementById("divBtnMailComposant_" + pId);
var ObjBtnNumCmd = document.getElementById("divBtnNumCmdComposant_" + pId);
ObjBtnMail.style.display = "none";
ObjBtnNumCmd.style.display = "";
}
function ShowEmailBtnMachine_(pId){
var ObjBtnMail = document.getElementById("divBtnMailMachine_" + pId);
var ObjBtnNumCmd = document.getElementById("divBtnNumCmdMachine_" + pId);
ObjBtnMail.style.display = "";
ObjBtnNumCmd.style.display = "none";
}
function HideEmailBtnMachine_(pId){
var ObjBtnMail = document.getElementById("divBtnMailMachine_" + pId);
var ObjBtnNumCmd = document.getElementById("divBtnNumCmdMachine_" + pId);
ObjBtnMail.style.display = "none";
ObjBtnNumCmd.style.display = "";
}
function pageOpen(message){
var loc="pLR.asp?NUMCMD="+message;
document.open(loc,'GestionLR','height=700,width=900,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes');
}
-->
</script>
</head>
<body topmargin="0" leftmargin="0" onload="if ( parent.document.all('PRINCIPAL') ) { javascript:parent.document.all('PRINCIPAL').cols='20%,*,0';}">
<!-- TABLEAU MENU + ATTRIBUTION + PIED PAGE -->
<table border="0" width="99%" height="91%" cellspacing="0" cellpadding="0" align="center">
<tr>
........ mes infos .....
</tr>
</table>
</body>
<html>
Voila 