bonjour,

Voila je voudrais changer une image sur un afficheur mais l'orsque je fait un refresh de la page mon image disparait commen puis-je remedier a ceux ci ?Puis je utiliser des cookies car mon afficheur le permet ??

Merci pour vos reponse d'avance.


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
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
<HTML><HEAD><META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
</head>
<script language="javascript">
{
function Init()
{
 
document.image_m.src = "mm_v.gif"
 
}
 
}
 
</script>
 
<body>
<TABLE BORDER = "0" width="628" height="300" >	
 
		<TD width="250" height="80" align="center">
		<img name="image_m" src="mm_b.gif" border=0 width=220 height=70> 
 
		<TD width="310" height="80" align="center" valign="middle">
		<A HREF="JavaScript:Init()"><img border="2" src="Vmanuel.gif" width="120" height="50">
        </a>
		<TR>
 
 
		<TD width="250" height="80" align="center"><b><font color="#000080" size="5">
		<img name="image_a" src="ma_b.gif" border=0 width=220 height=70> 
		</TD>
 
		<TD width="310" height="80" align="center" valign="middle">
		<A HREF="JavaScript:Init()"><img border="2" src="Vauto.gif" width="120" height="50">
        </a>
		</TD>
		<Tr>
 
 
		<TD width="250" height="80" align="center"><b><font color="#000080" size="5">
		<img name="image_v" src="mv_v.gif" border=0 width=220 height=70> 
		</TD>
 
		<TD width="310" height="80" align="center" valign="middle">
		<A HREF="JavaScript:Init()"><img border="2" src="Vvidage.gif" width="120" height="50">
        </a>
		</TD>
  </TABLE>
</body>
</html>
Merci cordialement
Keops