j'ai un tableau a contenant un certain nombre de valeurs.
je souhaite transmettre ce tableau à une autre page via url.
J'ai fait ceci mais ça ne marche pas
pouvez-vous m'aider?var tab_a= a[];
window.location.href='page.php?tab_a=' + tab_a;
pouvez-vous m'aider?var tab_a= a[];
window.location.href='page.php?tab_a=' + tab_a;