Bonjour,
mon souci est que j'ai un "missing ; before statement" avec ceci:
Quel est le problème?
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 <script language="JavaScript" type="text/JavaScript"> <!-- ch_tarif_0 = 57; ch_tarif_demi_0 = 62; ch_tarif_complet_0 = 68; ch_vrp_0 = 62; ch_title_tarif_0 = Chambre double; ch_duree_0 = 3; ch_tarif_demi_reduc_0 = 38; ch_tarif_pension_reduc_0 = 48; ch_tarif_1 = 57; ch_tarif_demi_1 = 62; ch_tarif_complet_1 = 68; ch_vrp_1 = 62; ch_title_tarif_1 = Chambre Twin; ch_duree_1 = 3; ch_tarif_demi_reduc_1 = 38; ch_tarif_pension_reduc_1 = 48; ch_tarif_2 = 71; ch_tarif_demi_2 = 62; ch_tarif_complet_2 = 68; ch_vrp_2 = 62; ch_title_tarif_2 = Chambre familiale; ch_duree_2 = 3; ch_tarif_demi_reduc_2 = 38; ch_tarif_pension_reduc_2 = 48; nb = 3; //--> </script>
Partager