1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<HTML>
<HEAD>
<script type="text/javascript" language="javascript">
nReq = location.search.substring(1,location.search.length);
nReq = nReq.split("&");
MaVariable = nReq[0].substring(0, nReq[0].indexOf("="));
MaValeur = nReq[0].substring(nReq[0].indexOf("=")+1, nReq[0].length);
</script>
</HEAD>
<body>
<br>
<font face="Tahoma">
<a><font color="#666666" style="font-size: 8pt">Numéro Appel :</font><font color="#1593D2" style="font-size: 8pt">
<script type="text/javascript" language="javascript">
document.write(MaValeur);
</script>
</font></a><font style="font-size: 8pt">
</font></font><BR>
</body>
</HTML> |